1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

forgot debug code

This commit is contained in:
ddevrien
2014-05-11 09:04:25 +02:00
parent b39cf4d1af
commit 977fe5f485

View File

@@ -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()