Mercurial > mm7
diff UI/UiGame.cpp @ 2205:db94443ea4e7
_44100D_should_alter_right_panel()
author | Ritor1 |
---|---|
date | Wed, 05 Feb 2014 17:24:38 +0600 |
parents | 4bfee77e900d |
children | e9625ad08541 |
line wrap: on
line diff
--- a/UI/UiGame.cpp Wed Feb 05 00:59:33 2014 +0600 +++ b/UI/UiGame.cpp Wed Feb 05 17:24:38 2014 +0600 @@ -980,7 +980,7 @@ if ( uGameState != GAME_STATE_FINAL_WINDOW ) { - text_y = sub_44100D() != 0 ? 381 : 322; + text_y = _44100D_should_alter_right_panel() != 0 ? 381 : 322; sprintf(pTmpBuf.data(), "\r087%lu", pParty->uNumFoodRations); pPrimaryWindow->DrawText(pFontSmallnum, 0, text_y, uGameUIFontMain, pTmpBuf.data(), 0, 0, uGameUIFontShadow); sprintf(pTmpBuf.data(), "\r028%lu", pParty->uNumGold);