mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Remove comment
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user