This commit is contained in:
Paul 2001-05-22 19:48:25 +00:00
parent 3a6aad09b2
commit 506a10221d
2 changed files with 113 additions and 136 deletions

View file

@ -588,7 +588,10 @@ void CLevel::shutdown()
}
CSoundMediator::stopAllSound();
VSync(0);CSoundMediator::think(1); // This is needed to let xmplay kill off the sounds properly (pkg)
for(int i=0;i<5;i++)
{
VSync(0);CSoundMediator::think(1); // This is needed to let xmplay kill off the sounds properly (pkg)
}
if (ActorList) MemFree(ActorList);
if (PlatformList) MemFree(PlatformList);