Flushing sfx queue on abort; bug #700
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1577 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1097,6 +1097,12 @@ RedrawQueue (BOOLEAN clear)
|
||||
|
||||
FlushSounds ();
|
||||
}
|
||||
else
|
||||
{ // sfx queue needs to be flushed when aborting
|
||||
ProcessSound ((SOUND)~0, NULL);
|
||||
FlushSounds ();
|
||||
}
|
||||
|
||||
DisplayLinks = MakeLinks (END_OF_LIST, END_OF_LIST);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user