This commit is contained in:
parent
5b785068c2
commit
fa5105d783
96 changed files with 550 additions and 406 deletions
|
@ -113,6 +113,9 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
|||
|
||||
SetDispMask(1);
|
||||
|
||||
GenericSpriteBank.load(SPRITES_SPRITES_SPR);
|
||||
CGameScene::setSpriteBank(&GenericSpriteBank);
|
||||
|
||||
GameState::initialise();
|
||||
CSoundMediator::initialise();
|
||||
CSoundMediator::setSfxBank(CSoundMediator::SFX_INGAME);
|
||||
|
@ -122,8 +125,6 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
|||
CBubicleFactory::init();
|
||||
|
||||
CActorPool::AddActor(ACTORS_SPONGEBOB_SBK);
|
||||
GenericSpriteBank.load(SPRITES_SPRITES_SPR);
|
||||
|
||||
|
||||
#if defined(__DEBUG_MEM__)
|
||||
DebugMemFontInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue