This commit is contained in:
Daveo 2001-04-01 20:22:49 +00:00
parent 1966aa6f60
commit 2b171295b5
44 changed files with 588 additions and 603 deletions

View file

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