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
1 changed files with 1 additions and 1 deletions

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;