This commit is contained in:
parent
994ee1a7ae
commit
d17e6c0d29
13 changed files with 530 additions and 171 deletions
|
@ -74,14 +74,14 @@
|
|||
#include "map\map.h"
|
||||
#endif
|
||||
|
||||
#ifndef __BACKEND_PARTY_H__
|
||||
#include "backend\party.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GUI_POINTER_H__
|
||||
#include "gui\pointer.h"
|
||||
#endif
|
||||
|
||||
#ifndef __FMA_FMA_H__
|
||||
#include "fma\fma.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -411,7 +411,8 @@ void CShopScene::think(int _frames)
|
|||
if(s_gotoPartyScreen)
|
||||
{
|
||||
s_gotoPartyScreen=false;
|
||||
GameState::setNextScene(&PartyScene);
|
||||
CFmaScene::selectFma(CFmaScene::FMA_SCRIPT__PARTY);
|
||||
GameState::setNextScene(&FmaScene);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue