From 5bf6a717a37e0bd9104a314c8d8eaab462ed1fb6 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sat, 28 Jun 2014 16:08:47 +0100 Subject: [PATCH] invalidate park window on change of entrance fee --- src/window_cheats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window_cheats.c b/src/window_cheats.c index 8d68914cec..f95eb299f2 100644 --- a/src/window_cheats.c +++ b/src/window_cheats.c @@ -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; } }