This commit is contained in:
parent
528a65b43c
commit
aa957fe826
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
||||||
GenericSpriteBank.load(SPRITES_SPRITES_SPR);
|
GenericSpriteBank.load(SPRITES_SPRITES_SPR);
|
||||||
CGameScene::setSpriteBank(&GenericSpriteBank);
|
CGameScene::setSpriteBank(&GenericSpriteBank);
|
||||||
SetUpLoadIcon(GenericSpriteBank.getFrameHeader(FRM__TOKEN));
|
SetUpLoadIcon(GenericSpriteBank.getFrameHeader(FRM__TOKEN));
|
||||||
// StartLoad();
|
StartLoad();
|
||||||
|
|
||||||
GameState::initialise();
|
GameState::initialise();
|
||||||
CSoundMediator::initialise();
|
CSoundMediator::initialise();
|
||||||
|
@ -165,6 +165,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
||||||
CBubicleFactory::init();
|
CBubicleFactory::init();
|
||||||
|
|
||||||
CActorPool::AddActor(ACTORS_SPONGEBOB_SBK);
|
CActorPool::AddActor(ACTORS_SPONGEBOB_SBK);
|
||||||
|
StopLoad();
|
||||||
|
|
||||||
// Autoload? Who wants that in this day and age!? Pah! Autoload.. schmautoload!
|
// Autoload? Who wants that in this day and age!? Pah! Autoload.. schmautoload!
|
||||||
//#if defined(__USER_paul__) || defined(__USER_CDBUILD__)
|
//#if defined(__USER_paul__) || defined(__USER_CDBUILD__)
|
||||||
|
|
Loading…
Add table
Reference in a new issue