rename current day to current month ticks

This commit is contained in:
IntelOrca 2014-05-01 15:07:51 +01:00 committed by Matthias Lanzinger
parent 9f71cea261
commit 30a5793ac1
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ static void window_game_bottom_toolbar_tooltip()
case WIDX_DATE:
month = RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_MONTH_YEAR, sint16) & 7;
day = ((RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_MONTH_TICKS, sint16) * days_in_month[month]) >> 16) & 0xFF;
*((short*)0x013CE952) = STR_DATE_DAY_1 + day;
*((short*)0x013CE954) = STR_MONTH_MARCH + month;
widgetIndex = 0;