1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Allow opening guest list

This commit is contained in:
Marijn van der Werf
2017-09-20 20:28:57 +02:00
parent 34ee3df318
commit 11787d4ce4

View File

@@ -56,6 +56,8 @@ public:
return window_finances_open();
case WC_FOOTPATH:
return window_footpath_open();
case WC_GUEST_LIST:
return window_guest_list_open();
case WC_LAND:
return window_land_open();
case WC_LAND_RIGHTS: