changeset 2126:a2da7afb41b4

fix for previous commit load error
author zipi
date Thu, 26 Dec 2013 22:58:54 +0000
parents ba3de1337989
children 400f3db2e4e5
files Game.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Game.cpp	Thu Dec 26 22:46:49 2013 +0000
+++ b/Game.cpp	Thu Dec 26 22:58:54 2013 +0000
@@ -288,7 +288,7 @@
 
   bLoading = sCurrentMenuID == MENU_LoadingProcInMainMenu;
   SetCurrentMenuID((MENU_STATE)-1);
-  if (sCurrentMenuID == MENU_LoadingProcInMainMenu)
+  if (bLoading)
   {
     pParty->Reset();
     uGameState = GAME_STATE_PLAYING;