This commit is contained in:
parent
cb8f1a3ae0
commit
3cda85e5dc
3 changed files with 13 additions and 3 deletions
|
@ -106,7 +106,8 @@ memcard_src := md5 \
|
|||
|
||||
pad_src := pads
|
||||
|
||||
paul_src := paul
|
||||
paul_src := paul \
|
||||
scenesel
|
||||
|
||||
player_src := player
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#ifdef __USER_paul__
|
||||
#include "paul\paul.h"
|
||||
CPaulScene s_paulScene;
|
||||
#include "paul\scenesel.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -192,8 +193,8 @@ int main()
|
|||
CFileIO::GetAllFilePos();
|
||||
InitSystem();
|
||||
|
||||
#ifdef __USER_paul__NOT
|
||||
GameState::setNextScene( &FrontEndScene );
|
||||
#ifdef __USER_paul__
|
||||
GameState::setNextScene( &SceneSelector );
|
||||
#else
|
||||
GameState::setNextScene( &GameScene );
|
||||
#endif
|
||||
|
|
|
@ -483,6 +483,14 @@ SOURCE=..\..\..\source\paul\paul.cpp
|
|||
|
||||
SOURCE=..\..\..\source\paul\paul.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\paul\scenesel.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\paul\scenesel.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "player"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue