1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix build

This commit is contained in:
Duncan Frost
2014-11-15 20:27:53 +00:00
parent f07bafef31
commit e54a0bd9bf

View File

@@ -480,7 +480,7 @@ static rct_peep *park_generate_new_guest()
peep->destination_x = (peep->x & 0xFFE0) + 16;
peep->destination_y = (peep->y & 0xFFE0) + 16;
peep->var_36 = 5;
peep->destination_tolerence = 5;
peep->var_76 = 0;
peep->var_78 = spawn.direction;
peep->var_37 = 0;