This commit is contained in:
Daveo 2001-05-25 18:43:47 +00:00
parent 5b785068c2
commit fa5105d783
96 changed files with 550 additions and 406 deletions

View file

@ -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();