This commit is contained in:
parent
9bf72a6ef7
commit
74f055d6d9
3 changed files with 28 additions and 29 deletions
|
@ -71,6 +71,7 @@ CPaulScene s_paulScene;
|
|||
#include "gfx\bubicles.h"
|
||||
#endif
|
||||
|
||||
#include <sprites.h>
|
||||
|
||||
#if __FILE_SYSTEM__==PC
|
||||
#if !defined(__USER_CDBUILD__)
|
||||
|
@ -120,6 +121,8 @@ 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();
|
||||
|
||||
GameState::initialise();
|
||||
CSoundMediator::initialise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue