1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Fix #8910. Staff patrol areas sharing id's. (#8912)

This commit is contained in:
Duncan
2019-03-17 22:18:56 +00:00
committed by Hielke Morsink
parent 8bf693983a
commit a9e9993ff5

View File

@@ -256,7 +256,7 @@ private:
peep_update_name_sort(newPeep);
newPeep->staff_id = newStaffId;
newPeep->staff_id = staffIndex;
gStaffModes[staffIndex] = STAFF_MODE_WALK;