comparison UI/UiGame.cpp @ 1736:c6fe09a06712

Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
author Grumpy7
date Fri, 27 Sep 2013 10:04:45 +0200
parents e1c451f4d5ba
children 24e756a50073
comparison
equal deleted inserted replaced
1732:e8d477b48596 1736:c6fe09a06712
1228 if (PID_TYPE(v18) == OBJECT_Decoration) 1228 if (PID_TYPE(v18) == OBJECT_Decoration)
1229 { 1229 {
1230 if ( !pLevelDecorations[v19].uEventID ) 1230 if ( !pLevelDecorations[v19].uEventID )
1231 { 1231 {
1232 if ( pLevelDecorations[v19].IsInteractive() ) 1232 if ( pLevelDecorations[v19].IsInteractive() )
1233 pText = pNPCTopics[stru_5E4C90._decor_events[pLevelDecorations[v19]._idx_in_stru123 - 75] + 379].pTopic;//неверно для костра 1233 pText = pNPCTopics[stru_5E4C90_MapPersistVars._decor_events[pLevelDecorations[v19]._idx_in_stru123 - 75] + 379].pTopic;//неверно для костра
1234 else 1234 else
1235 pText = pDecorationList->pDecorations[pLevelDecorations[v19].uDecorationDescID].field_20; 1235 pText = pDecorationList->pDecorations[pLevelDecorations[v19].uDecorationDescID].field_20;
1236 GameUI_SetFooterString(pText); 1236 GameUI_SetFooterString(pText);
1237 if ( pMouse->uPointingObjectID == 0 ) 1237 if ( pMouse->uPointingObjectID == 0 )
1238 { 1238 {