1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Finish game command 20 change surface style

This commit is contained in:
Duncan Frost
2015-01-11 13:37:27 +00:00
parent 8a4e12a3f4
commit 974ecd904c
6 changed files with 85 additions and 35 deletions

View File

@@ -1660,7 +1660,7 @@ void window_bubble_list_item(rct_window* w, int item_position){
*/
void window_resize_gui(int width, int height)
{
if (RCT2_GLOBAL(0x9DEA68, uint8) & 0xE){
if (RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_FLAGS, uint8) & 0xE){
window_resize_gui_scenario_editor(width, height);
return;
}