1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

invalidate park window on change of entrance fee

This commit is contained in:
IntelOrca
2014-06-28 16:08:47 +01:00
parent db475f54c0
commit 5bf6a717a3

View File

@@ -224,6 +224,7 @@ static void window_cheats_money_mouseup()
RCT2_GLOBAL(0x13573E5, uint32) ^= 0x020;
if (!(RCT2_GLOBAL(0x13573E5, uint32) & 0x020) ) w->widgets[widgetIndex].image = 2010;
else w->widgets[widgetIndex].image = STR_FREE;
window_invalidate_by_id(0x40 | WC_PARK_INFORMATION, 0);
break;
}
}