Mercurial > mm7
comparison UI/UiGame.cpp @ 2026:23ef3589440f
History book fix
author | Ritor1 |
---|---|
date | Sun, 17 Nov 2013 23:26:44 +0600 |
parents | b60eaf28bf0c |
children | 7a9477135943 |
comparison
equal
deleted
inserted
replaced
2025:4000f8184c29 | 2026:23ef3589440f |
---|---|
1232 if (PID_TYPE(v18) == OBJECT_Decoration) | 1232 if (PID_TYPE(v18) == OBJECT_Decoration) |
1233 { | 1233 { |
1234 if ( !pLevelDecorations[v19].uEventID ) | 1234 if ( !pLevelDecorations[v19].uEventID ) |
1235 { | 1235 { |
1236 if ( pLevelDecorations[v19].IsInteractive() ) | 1236 if ( pLevelDecorations[v19].IsInteractive() ) |
1237 pText = pNPCTopics[stru_5E4C90_MapPersistVars._decor_events[pLevelDecorations[v19]._idx_in_stru123 - 75] + 379].pTopic;//неверно для костра | 1237 pText = pNPCTopics[stru_5E4C90_MapPersistVars._decor_events[pLevelDecorations[v19]._idx_in_stru123 - 75] + 380].pTopic;//-379 |
1238 else | 1238 else |
1239 pText = pDecorationList->pDecorations[pLevelDecorations[v19].uDecorationDescID].field_20; | 1239 pText = pDecorationList->pDecorations[pLevelDecorations[v19].uDecorationDescID].field_20; |
1240 GameUI_SetFooterString(pText); | 1240 GameUI_SetFooterString(pText); |
1241 } | 1241 } |
1242 else | 1242 else |