summaryrefslogtreecommitdiff
path: root/game/vehicles/vehicle.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-10-13 20:34:25 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-10-13 20:34:25 +0100
commit6ad0230b50be3e867e4ea1a1e33fd30c7487ec4a (patch)
tree00c0e894d00c17a8f7634df6f3c465b4023975b1 /game/vehicles/vehicle.h
parentStandard typedefs for Node (diff)
downloadilt-6ad0230b50be3e867e4ea1a1e33fd30c7487ec4a.tar.bz2
ilt-6ad0230b50be3e867e4ea1a1e33fd30c7487ec4a.tar.xz
ilt-6ad0230b50be3e867e4ea1a1e33fd30c7487ec4a.zip
Standard typedefs for Link
Diffstat (limited to 'game/vehicles/vehicle.h')
-rw-r--r--game/vehicles/vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/vehicles/vehicle.h b/game/vehicles/vehicle.h
index 24557b5..3fa3092 100644
--- a/game/vehicles/vehicle.h
+++ b/game/vehicles/vehicle.h
@@ -14,7 +14,7 @@ class Location;
class Vehicle : public WorldObject, public Renderable, public Selectable {
public:
- explicit Vehicle(const LinkPtr & link, float linkDist = 0);
+ explicit Vehicle(const Link::Ptr & link, float linkDist = 0);
float linkDist; // distance along current link
float speed {}; // speed in m/s (~75 km/h)