summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/roadveh.h b/src/roadveh.h
index f63cf02ee..7a248b8e7 100644
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -133,9 +133,6 @@ struct RoadVehicle : public SpecializedVehicle<RoadVehicle, VEH_ROAD> {
RoadType roadtype;
RoadTypes compatible_roadtypes;
- /** Initializes the Vehicle to a road vehicle */
- RoadVehicle() { this->type = VEH_ROAD; }
-
/** We want to 'destruct' the right class. */
virtual ~RoadVehicle() { this->PreDestructor(); }