From 8c11d612e44c30e124881ca47e15eda9ef0c5491 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 30 May 2009 20:13:12 +0000 Subject: (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor instead of constructor of each vehicle type --- src/aircraft.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/aircraft.h') diff --git a/src/aircraft.h b/src/aircraft.h index 72343e6c5..1977b8249 100644 --- a/src/aircraft.h +++ b/src/aircraft.h @@ -100,9 +100,6 @@ struct Aircraft : public SpecializedVehicle { StationID targetairport; byte state; - /** Initializes the Vehicle to an aircraft */ - Aircraft() { this->type = VEH_AIRCRAFT; } - /** We want to 'destruct' the right class. */ virtual ~Aircraft() { this->PreDestructor(); } -- cgit v1.2.3-54-g00ecf