From aa957fe8261e831027b2a158d26a920bf48de0f8 Mon Sep 17 00:00:00 2001 From: Daveo Date: Fri, 3 Aug 2001 16:42:47 +0000 Subject: [PATCH] --- source/system/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/system/main.cpp b/source/system/main.cpp index 8bc1797f3..d1977f360 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -154,7 +154,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well GenericSpriteBank.load(SPRITES_SPRITES_SPR); CGameScene::setSpriteBank(&GenericSpriteBank); SetUpLoadIcon(GenericSpriteBank.getFrameHeader(FRM__TOKEN)); -// StartLoad(); + StartLoad(); GameState::initialise(); CSoundMediator::initialise(); @@ -165,6 +165,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well CBubicleFactory::init(); CActorPool::AddActor(ACTORS_SPONGEBOB_SBK); + StopLoad(); // Autoload? Who wants that in this day and age!? Pah! Autoload.. schmautoload! //#if defined(__USER_paul__) || defined(__USER_CDBUILD__)