BUGZILLA #272: Fixed main music starting over again, when clicking a main menu selection (Start new game, Credits, ...)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4717 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2011-10-16 18:18:10 +00:00
parent 1af9037c1e
commit c17aeb2062
+2 -1
View File
@@ -1016,7 +1016,8 @@ void ReStartingGame()
}
SoundStopAll( );
// WANNE: By disabling the following line, this should fix the bug, that the main music start again, whenever we click a button in the main menu
//SoundStopAll( );
//we are going to restart a game so initialize the variable so we can initialize a new game
InitNewGame( TRUE );