This commit is contained in:
Paul 2001-06-11 23:30:23 +00:00
parent 7a35e6eebd
commit 41e16d27a1
11 changed files with 69 additions and 33 deletions

View file

@ -79,6 +79,10 @@
#include "map\map.h"
#endif
#ifndef __SHOP_SHOP_H__
#include "shop\shop.h"
#endif
#ifndef __FMA_FMA_H__
#include "fma\fma.h"
#endif
@ -258,6 +262,14 @@ void CGameScene::think(int _frames)
{
GameState::setNextScene(&FmaScene);
}
else if(getLevelNumber()==5)
{
if(getChapterNumber()==5)
{
ShopScene.setGotoPartyScreen();
}
GameState::setNextScene(&ShopScene);
}
else
{
GameState::setNextScene(&MapScene);