src/ship.h
changeset 7477 ee28f55ab5e8
parent 7412 51db351a3313
child 7478 893d987adeef
--- a/src/ship.h	Sun Aug 26 20:16:02 2007 +0000
+++ b/src/ship.h	Sun Aug 26 20:43:22 2007 +0000
@@ -47,6 +47,7 @@
 	void PlayLeaveStationSound() const;
 	bool IsPrimaryVehicle() const { return true; }
 	int GetImage(Direction direction) const;
+	int GetDisplaySpeed() const { return this->cur_speed * 10 / 32; }
 	void Tick();
 };