This commit is contained in:
parent
1966aa6f60
commit
2b171295b5
44 changed files with 588 additions and 603 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "gfx\prim.h"
|
||||
#include "gfx\tpage.h"
|
||||
#include "utils\utils.h"
|
||||
#include "gfx\actorpool.h"
|
||||
#include "gfx\actor.h"
|
||||
|
||||
#include "system\gp.h"
|
||||
|
||||
|
@ -117,9 +117,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
|||
|
||||
CBubicleFactory::init();
|
||||
|
||||
CActorPool::AddActor(ACTORS_SPONGEBOB_A3D);
|
||||
// CAnimDB::Init();
|
||||
// CAnimDB::Load(ACTORS_SPONGEBOB_ABK);
|
||||
CActorPool::AddActor(ACTORS_SPONGEBOB_SBK);
|
||||
|
||||
#if defined(__DEBUG_MEM__)
|
||||
DebugMemFontInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue