This commit is contained in:
Paul 2001-07-05 21:26:39 +00:00
parent 994ee1a7ae
commit d17e6c0d29
13 changed files with 530 additions and 171 deletions

View file

@ -63,10 +63,6 @@
#include "map\map.h"
#endif
#ifndef __BACKEND_PARTY_H__
#include "backend\party.h"
#endif
#ifndef __BACKEND_CREDITS_H__
#include "backend\credits.h"
#endif
@ -116,7 +112,6 @@ CScene *CSceneSelector::s_sceneList[]=
&FmaScene,
&MapScene,
&ShopScene,
&PartyScene,
&CreditsScene,
&AnimTestScene,
&SaveScene,