From 977fe5f485bfbb97cc1021bf88937d6a6f32dacc Mon Sep 17 00:00:00 2001 From: ddevrien Date: Sun, 11 May 2014 09:04:25 +0200 Subject: [PATCH] forgot debug code --- src/window_cheats.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/window_cheats.c b/src/window_cheats.c index 50385e2ad3..4e9b188f53 100644 --- a/src/window_cheats.c +++ b/src/window_cheats.c @@ -28,6 +28,7 @@ #include "widget.h" #include "window.h" + #define WW 200 #define WH 128 #define CHEATS_MONEY_INCREMENT 10000 @@ -206,9 +207,6 @@ static void window_cheats_money_mouseup() window_invalidate_by_id(0x40 | WC_BOTTOM_TOOLBAR, 0); break; } - - window_park_entrance_open(); - window_banner_open(); } static void window_cheats_guests_mouseup()