From c17aeb206206b393b4cc6d6f0499c81281d05e5c Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 16 Oct 2011 18:18:10 +0000 Subject: [PATCH] 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 --- Strategic/Game Init.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Strategic/Game Init.cpp b/Strategic/Game Init.cpp index b5e35d9f..17382e75 100644 --- a/Strategic/Game Init.cpp +++ b/Strategic/Game Init.cpp @@ -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 );