diff mm7_4.cpp @ 469:0dbf780e247f

CompareVariable part 1
author Ritor1
date Mon, 25 Feb 2013 17:27:27 +0600
parents 8822405efad2
children fcdaa804074f d027c6848fbb
line wrap: on
line diff
--- a/mm7_4.cpp	Mon Feb 25 11:10:57 2013 +0600
+++ b/mm7_4.cpp	Mon Feb 25 17:27:27 2013 +0600
@@ -9462,9 +9462,9 @@
           else
           {
             ptr_F8B1E8 = 0;
-            _5C3420_pDecoration = (LevelDecoration *)1;
+            GlobalEventInfo = 1;
             EventProcessor(pEventNumber, 0, 1);
-            _5C3420_pDecoration = 0;
+            GlobalEventInfo = 0;
           }
         }
       }
@@ -12227,10 +12227,10 @@
             sub_4BBCDD();
             break;
           default:
-            _5C3420_pDecoration = (LevelDecoration *)1;
+            GlobalEventInfo = 1;
             ptr_F8B1E8 = 0;
             EventProcessor(v4, 0, 1);
-            _5C3420_pDecoration = 0;
+            GlobalEventInfo = 0;
             break;
         }
       }