diff UI/UiGame.cpp @ 2242:c4f87fb3cfee

for NextTurn()
author Ritor1
date Mon, 24 Feb 2014 16:19:01 +0600
parents 10c909eb6766
children aff7a7b072b7
line wrap: on
line diff
--- a/UI/UiGame.cpp	Sun Feb 23 03:07:46 2014 +0100
+++ b/UI/UiGame.cpp	Mon Feb 24 16:19:01 2014 +0600
@@ -1771,7 +1771,7 @@
   }
   if ( pParty->bTurnBasedModeOn == 1 )
   {
-    if ( pTurnEngine->turn_stage != 1 )
+    if ( pTurnEngine->turn_stage != TE_WAIT )
     {
       if (PID_TYPE(pTurnEngine->pQueue[0].uPackedID) == OBJECT_Player)
       {