This commit is contained in:
Daveo 2001-04-09 21:27:21 +00:00
parent 3dfa898b73
commit 944a38a726
6 changed files with 331 additions and 156 deletions

View file

@ -418,7 +418,9 @@ void CLevel::init()
// Load it
sLvlTab *lvlTab=&LvlTable[s_globalLevelSelectThing];
CActorGfx::ResetCache();
CSoundMediator::setSong((CSoundMediator::SONGID)lvlTab->songId);
if (!LevelBuffer)
{
initNewLevel(lvlTab);