diff Player.cpp @ 1825:23deb6b09c8c

cancelEventProcessing to dword_5B65C4_cancelEventProcessing
author Grumpy7
date Wed, 09 Oct 2013 08:39:49 +0200
parents 5f9eeb7bf8e6
children bdac32c645c5
line wrap: on
line diff
--- a/Player.cpp	Wed Oct 09 08:29:23 2013 +0200
+++ b/Player.cpp	Wed Oct 09 08:39:49 2013 +0200
@@ -6664,7 +6664,7 @@
     case VAR_FixedGold:
       if ( (unsigned int)pValue > pParty->uNumGold )
       {
-        cancelEventProcessing = 1;
+        dword_5B65C4_cancelEventProcessing = 1;
         return;
       }
       Party::TakeGold((unsigned int)pValue);
@@ -7109,7 +7109,7 @@
       }
       else
       {
-        cancelEventProcessing = 1;
+        dword_5B65C4_cancelEventProcessing = 1;
       }
       return;
     case VAR_NumDeaths: