This commit is contained in:
parent
3a6aad09b2
commit
506a10221d
2 changed files with 113 additions and 136 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue