mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Move maze construction window to UI module
This commit is contained in:
@@ -144,6 +144,8 @@ public:
|
||||
{
|
||||
return window_new_ride_open_research();
|
||||
}
|
||||
case WV_MAZE_CONSTRUCTION:
|
||||
return window_maze_construction_open();
|
||||
default:
|
||||
return nullptr;
|
||||
}
|
||||
@@ -260,6 +262,10 @@ public:
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case INTENT_ACTION_UPDATE_MAZE_CONSTRUCTION:
|
||||
window_maze_construction_update_pressed_widgets();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user