From 5388fbfffb193608873ad7750e13838444c95aac Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Fri, 21 May 2010 00:25:18 +0000 Subject: [PATCH] only one sound is played ..... --- source/glest_game/menu/menu_state_custom_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/menu/menu_state_custom_game.h b/source/glest_game/menu/menu_state_custom_game.h index 4bf436239..9ef6b4d9d 100644 --- a/source/glest_game/menu/menu_state_custom_game.h +++ b/source/glest_game/menu/menu_state_custom_game.h @@ -64,7 +64,7 @@ private: SimpleTaskThread *publishToMasterserverThread; bool parentMenuIsMs; - bool soundConnectionCount; + int soundConnectionCount; bool showMasterserverError; string masterServererErrorToShow;