diff mm7_3.cpp @ 978:9334a8c59c8d

uGameState
author Ritor1
date Thu, 09 May 2013 02:26:04 +0600
parents ec7568e13b24
children 3431f6abc786 e4383e6dfbef
line wrap: on
line diff
--- a/mm7_3.cpp	Thu May 09 01:33:54 2013 +0600
+++ b/mm7_3.cpp	Thu May 09 02:26:04 2013 +0600
@@ -14341,7 +14341,7 @@
   if ( _strcmpi(pCurrentMapName, v2) )
     SaveGame(1, 0);
 
-  uGameState = 2;
+  uGameState = GAME_STATE_2;
   strcpy(pCurrentMapName, v2);
   uLevel_StartingPointType = start_point;
 }