1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 19:25:12 +01:00

Apply review suggestions

This commit is contained in:
Matt
2021-02-20 13:49:50 +02:00
parent 62baee3adb
commit 571bf0dab1
4 changed files with 14 additions and 17 deletions

View File

@@ -721,7 +721,6 @@ Peep* Park::GenerateGuest()
{
peep->sprite_direction = direction << 3;
// Get the centre point of the tile the peep is on
auto destination = peep->GetLocation().ToTileCentre();
peep->SetDestination(destination, 5);
peep->PeepDirection = direction;