This commit is contained in:
parent
cb014a96f2
commit
0f311e703d
40 changed files with 220 additions and 193 deletions
|
@ -77,12 +77,14 @@ CPaulScene s_paulScene;
|
|||
#endif
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
static SpriteBank GenericSpriteBank;
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void SaveScreen(RECT R);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void InitSystem() // reordered to reduce black screen (hope all is well
|
||||
{
|
||||
ResetCallback();
|
||||
|
@ -120,12 +122,13 @@ 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();
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __USER_paul__
|
||||
s_paulScene.init();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue