mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
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:
@@ -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
|
//we are going to restart a game so initialize the variable so we can initialize a new game
|
||||||
InitNewGame( TRUE );
|
InitNewGame( TRUE );
|
||||||
|
|||||||
Reference in New Issue
Block a user