diff UI/UiGame.cpp @ 1526:f47eab1a70d8

UIHouses.cpp cleaning(continue)
author Ritor1
date Thu, 05 Sep 2013 18:05:50 +0600
parents 863de6ec906b
children c4ab816fcc5e
line wrap: on
line diff
--- a/UI/UiGame.cpp	Thu Sep 05 13:31:15 2013 +0600
+++ b/UI/UiGame.cpp	Thu Sep 05 18:05:50 2013 +0600
@@ -1252,7 +1252,7 @@
 //For Decorations----------------------------------
     if (PID_TYPE(v18) == OBJECT_Decoration)
     {
-      if ( !pLevelDecorations[v19].field_16_event_id )
+      if ( !pLevelDecorations[v19].uEventID )
       {
         if ( pLevelDecorations[v19].IsInteractive() )
           pText = pNPCTopics[stru_5E4C90._decor_events[pLevelDecorations[v19]._idx_in_stru123 - 75] + 379].pTopic;
@@ -1270,7 +1270,7 @@
         uLastPointedObjectID = pMouse->uPointingObjectID;
         return;
       }
-      if ( !GetEventHintString(pLevelDecorations[v19].field_16_event_id) )
+      if ( !GetEventHintString(pLevelDecorations[v19].uEventID) )
       {
         if ( pMouse->uPointingObjectID == 0 )
         {
@@ -1283,7 +1283,7 @@
         uLastPointedObjectID = pMouse->uPointingObjectID;
         return;
       }
-      GameUI_SetFooterString(GetEventHintString(pLevelDecorations[v19].field_16_event_id));
+      GameUI_SetFooterString(GetEventHintString(pLevelDecorations[v19].uEventID));
       if ( pMouse->uPointingObjectID == 0 )
       {
         if ( uLastPointedObjectID != 0 )