Mercurial > mm7
diff mm7_1.cpp @ 469:0dbf780e247f
CompareVariable part 1
author | Ritor1 |
---|---|
date | Mon, 25 Feb 2013 17:27:27 +0600 |
parents | 20d96ec810c8 |
children | 4bd56919f075 542ea7a55b17 |
line wrap: on
line diff
--- a/mm7_1.cpp Mon Feb 25 11:10:57 2013 +0600 +++ b/mm7_1.cpp Mon Feb 25 17:27:27 2013 +0600 @@ -5274,9 +5274,9 @@ if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() ) { v15 = stru_5E4C90._decor_events[v13->_idx_in_stru123 - 75] + 380; - _5C3420_pDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; + GlobalEventInfo = (int)&pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; EventProcessor(v15, 0, 1); - _5C3420_pDecoration = 0; + GlobalEventInfo = 0; } return; }