1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Automatic staff placement

This will automatically place hired staff near a random guest (with
fallbacks if no guests are in the park). The setting can be toggled in
the options or by holding SHIFT when hiring.
This commit is contained in:
LRFLEW
2015-06-11 15:34:38 -05:00
parent ae8464d31f
commit 09d6d9be1c
5 changed files with 96 additions and 23 deletions

View File

@@ -132,6 +132,7 @@ typedef struct {
uint8 test_unfinished_tracks;
uint8 no_test_crashes;
uint8 date_format;
uint8 auto_staff_placement;
} general_configuration;
typedef struct {