diff UI/UiGame.cpp @ 1758:24e756a50073

DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
author Ritor1
date Mon, 30 Sep 2013 23:38:28 +0600
parents c6fe09a06712
children 4dee76d79c78 633f81bb3ae7
line wrap: on
line diff
--- a/UI/UiGame.cpp	Mon Sep 30 18:25:14 2013 +0600
+++ b/UI/UiGame.cpp	Mon Sep 30 23:38:28 2013 +0600
@@ -824,7 +824,7 @@
     {
       v36 = uFramesetIDa++ * pFontComic->uFontHeight + 134;
       window->DrawText(pFontComic, 52, v36, ui_game_character_record_playerbuff_colors[i], aSpellNames[20 + i], 0, 0, 0);
-      sub_41D20D_buff_remaining_time_string(v36, window, buff->uExpireTime - pParty->uTimePlayed, pFontComic);
+      DrawBuff_remaining_time_string(v36, window, buff->uExpireTime - pParty->uTimePlayed, pFontComic);
     }
   }