Music volume fix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1710 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-05-04 04:25:53 +00:00
parent 095c69948d
commit 254b960ae4
+1 -1
View File
@@ -730,7 +730,7 @@ ShowPresentation (const char *name)
SleepThreadUntil (FadeMusic (0, ONE_SECOND)); SleepThreadUntil (FadeMusic (0, ONE_SECOND));
StopMusic (); StopMusic ();
FadeMusic (MAX_VOLUME, 0); FadeMusic (NORMAL_VOLUME, 0);
DestroyMusic (pis.MusicRef); DestroyMusic (pis.MusicRef);
DestroyDrawable (ReleaseDrawable (pis.RotatedFrame)); DestroyDrawable (ReleaseDrawable (pis.RotatedFrame));