comparison Indoor.cpp @ 1514:965af46e8793

Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
author yoctozepto
date Tue, 03 Sep 2013 15:09:07 +0200
parents 9e9a12506d51
children 499761153844
comparison
equal deleted inserted replaced
1513:4055b09160ae 1514:965af46e8793
3895 byte_4E94D0); 3895 byte_4E94D0);
3896 } 3896 }
3897 } 3897 }
3898 } 3898 }
3899 3899
3900 if (!pDecortaion->field_16_event_id) 3900 if (!pDecortaion->uEventID)
3901 { 3901 {
3902 if (pDecortaion->IsInteractive()) 3902 if (pDecortaion->IsInteractive())
3903 { 3903 {
3904 if ( v35 < 124 ) 3904 if ( v35 < 124 )
3905 { 3905 {
6153 } 6153 }
6154 break; 6154 break;
6155 6155
6156 case OBJECT_Decoration: 6156 case OBJECT_Decoration:
6157 v8 = &pLevelDecorations[PID_ID(a1)]; 6157 v8 = &pLevelDecorations[PID_ID(a1)];
6158 v9 = v8->field_16_event_id; 6158 v9 = v8->uEventID;
6159 if ( v9 ) 6159 if ( v9 )
6160 { 6160 {
6161 EventProcessor(v9, a1, 1); 6161 EventProcessor(v9, a1, 1);
6162 v8->uFlags |= LEVEL_DECORATION_VISIBLE_ON_MAP; 6162 v8->uFlags |= LEVEL_DECORATION_VISIBLE_ON_MAP;
6163 } 6163 }