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:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user