1
0
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:
Marijn van der Werf
2017-10-21 18:12:15 +02:00
parent 1e335308cc
commit b85f9c3f68
7 changed files with 38 additions and 19 deletions

View File

@@ -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;
}
}