summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 2fd49a400..d56759592 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -1197,7 +1197,7 @@ Trackdir GetVehicleTrackdir(const Vehicle *v)
case VEH_SHIP:
if (v->IsInDepot())
- // We'll assume the ship is facing outwards
+ /* We'll assume the ship is facing outwards */
return DiagDirToDiagTrackdir(GetShipDepotDirection(v->tile));
if (v->u.ship.state == TRACK_BIT_WORMHOLE) // ship on aqueduct, so just use his direction and assume a diagonal track