diff --git a/src/openrct2/entity/EntityRegistry.cpp b/src/openrct2/entity/EntityRegistry.cpp index 10cf957f78..10ae01abb9 100644 --- a/src/openrct2/entity/EntityRegistry.cpp +++ b/src/openrct2/entity/EntityRegistry.cpp @@ -478,7 +478,6 @@ void EntityBase::MoveTo(const CoordsXYZ& newLocation) loc.x = kLocationNull; } - // EntitySpatialMove(this, loc); const auto newSpatialIndex = ComputeSpatialIndex(loc); if (newSpatialIndex != GetSpatialIndex(this)) {