Mercurial > mm7
comparison UI/UiGame.cpp @ 1697:eccd4278fc2f
m
author | Ritor1 |
---|---|
date | Sun, 22 Sep 2013 16:45:25 +0600 |
parents | f3986fd1a122 |
children | 8cfb2e978445 |
comparison
equal
deleted
inserted
replaced
1672:f3986fd1a122 | 1697:eccd4278fc2f |
---|---|
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._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 { |