This commit is contained in:
parent
2f6c1ebd68
commit
60de8af07c
5 changed files with 534 additions and 333 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue