summaryrefslogtreecommitdiff
path: root/src/ship.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ship.h')
-rw-r--r--src/ship.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ship.h b/src/ship.h
index 84bd7af57..7e1b2ec6d 100644
--- a/src/ship.h
+++ b/src/ship.h
@@ -20,9 +20,6 @@ void GetShipSpriteSize(EngineID engine, uint &width, uint &height);
struct Ship: public SpecializedVehicle<Ship, VEH_SHIP> {
TrackBitsByte state;
- /** Initializes the Vehicle to a ship */
- Ship() { this->type = VEH_SHIP; }
-
/** We want to 'destruct' the right class. */
virtual ~Ship() { this->PreDestructor(); }