Mercurial > mm7
comparison mm7_1.cpp @ 520:35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
author | Gloval |
---|---|
date | Fri, 01 Mar 2013 23:43:21 +0400 |
parents | cb0ad52d6a26 |
children | 663c4f618f56 |
comparison
equal
deleted
inserted
replaced
519:8f70e52646eb | 520:35f28d4c0ff9 |
---|---|
5242 if ( !v14 ) | 5242 if ( !v14 ) |
5243 { | 5243 { |
5244 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() ) | 5244 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() ) |
5245 { | 5245 { |
5246 v15 = stru_5E4C90._decor_events[v13->_idx_in_stru123 - 75] + 380; | 5246 v15 = stru_5E4C90._decor_events[v13->_idx_in_stru123 - 75] + 380; |
5247 GlobalEventInfo = (int)&pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; | 5247 activeLevelDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; |
5248 EventProcessor(v15, 0, 1); | 5248 EventProcessor(v15, 0, 1); |
5249 GlobalEventInfo = 0; | 5249 activeLevelDecoration = NULL; |
5250 } | 5250 } |
5251 return; | 5251 return; |
5252 } | 5252 } |
5253 v11 = v14; | 5253 v11 = v14; |
5254 } | 5254 } |