This commit is contained in:
Paul 2001-08-02 15:46:19 +00:00
parent 66cc625aba
commit 61ce128d67
4 changed files with 14 additions and 38 deletions

View file

@ -103,6 +103,9 @@
#include "locale\textdbase.h"
#endif
#ifndef __SAVE_SAVE_H__
#include "save\save.h"
#endif
#include "gfx\actor.h"
@ -597,13 +600,12 @@ void CGameScene::think_playing(int _frames)
{
FmaScene.selectFma(fma);
GameState::setNextScene(&FmaScene);
// After the last FMA it goes to save. We then need to make it go to PARTY
SaveScene.setNextScene(CSaveScene::NEXTSCENE_PARTY);
}
else if(level==5)
{
if(chapter==5)
{
ShopScene.setGotoPartyScreen();
}
GameState::setNextScene(&ShopScene);
}
else