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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user