This commit is contained in:
Daveo 2001-04-25 16:41:16 +00:00
parent 2f6c1ebd68
commit 60de8af07c
5 changed files with 534 additions and 333 deletions

View file

@ -122,7 +122,7 @@ void CLevel::init(int LevelNo)
// Load it
sLvlTab *lvlTab=&LvlTable[LevelNo];
CActorGfx::ResetCache();
CActorPool::Reset();
CSoundMediator::setSong((CSoundMediator::SONGID)lvlTab->songId);
DisplayLoadingScreen(lvlTab);
@ -345,7 +345,7 @@ void CLevel::shutdown()
if (PlatformList) MemFree(PlatformList);
MemFree(LevelHdr);
CActorPool::DumpActors();
CActorPool::Reset();
TPFree(m_levelTPage);
}