src/ship.h
changeset 10293 b3ca071d6716
parent 10126 bed2d9d38577
child 10321 6d58c7470699
--- a/src/ship.h	Mon Apr 21 17:04:17 2008 +0000
+++ b/src/ship.h	Mon Apr 21 20:50:58 2008 +0000
@@ -35,7 +35,7 @@
 	WindowClass GetVehicleListWindowClass() const { return WC_SHIPS_LIST; }
 	void PlayLeaveStationSound() const;
 	bool IsPrimaryVehicle() const { return true; }
-	int GetImage(Direction direction) const;
+	SpriteID GetImage(Direction direction) const;
 	int GetDisplaySpeed() const { return this->cur_speed * 10 / 32; }
 	int GetDisplayMaxSpeed() const { return this->max_speed * 10 / 32; }
 	Money GetRunningCost() const { return ShipVehInfo(this->engine_type)->running_cost * _price.ship_running; }