Added basic code for banner window

This commit is contained in:
ddevrien 2014-05-09 10:04:40 +02:00
parent 61ceee26a7
commit 5f690ac134
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include "widget.h"
#include "window.h"
#define WW 200
#define WH 128
#define CHEATS_MONEY_INCREMENT 10000
@ -207,6 +206,9 @@ 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()