diff --git a/source/system/main.cpp b/source/system/main.cpp index feffe7680..4b5a24a7f 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -117,7 +117,8 @@ void InitSystem() // reordered to reduce black screen (hope all is well CBubicleFactory::init(); - CAnimDB::LoadAnims(); + CAnimDB::Init(); + CAnimDB::Load(ANIMS_PLAYER_ABK); #if defined(__DEBUG_MEM__) DebugMemFontInit();