This commit is contained in:
parent
4178435133
commit
db4e99c92b
1 changed files with 1 additions and 5 deletions
|
@ -208,12 +208,8 @@ int main()
|
|||
|
||||
#ifdef __USER_paul__
|
||||
GameState::setNextScene( &SceneSelector );
|
||||
#elif __USER_art__
|
||||
GameState::setNextScene( &FrontEndScene );
|
||||
#elif __USER_sbart__
|
||||
GameState::setNextScene( &FrontEndScene );
|
||||
#else
|
||||
GameState::setNextScene( &GameScene );
|
||||
GameState::setNextScene( &FrontEndScene );
|
||||
#endif
|
||||
|
||||
// CXAStream::Init(); // PKG - Stuck here so that it doesn't affect any startup stuff (7/8/00)
|
||||
|
|
Loading…
Add table
Reference in a new issue