1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Use UK spelling of center

This commit is contained in:
Hielke Morsink
2021-06-29 00:03:45 +02:00
committed by GitHub
parent 2650828f08
commit 617bb698ae
3 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ protected:
{
// Our start position is in tile coordinates, but we need to give the peep spawn
// position in actual world coords (32 units per tile X/Y, 8 per Z level).
// Add 16 so the peep spawns in the center of the tile.
// Add 16 so the peep spawns in the centre of the tile.
auto* peep = Guest::Generate(pos->ToCoordsXYZ().ToTileCentre());
// Peeps that are outside of the park use specialized pathfinding which we don't want to