Mercurial > mm7
diff UI/UIGuilds.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 | 421c29d4ab3e |
children | 2e6d3cd052e0 |
line wrap: on
line diff
--- a/UI/UIGuilds.cpp Mon Sep 30 18:25:14 2013 +0600 +++ b/UI/UIGuilds.cpp Mon Sep 30 23:38:28 2013 +0600 @@ -223,7 +223,7 @@ DrawTextAtStatusBar(statusbar_string, 0); if ( !v8 ) { - working_window.DrawCurrentTime(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней" + working_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Приходите через 14 дней" return; } v12 = pMouse->GetCursorPos(&v51);