diff options
Diffstat (limited to 'src/effectvehicle_base.h')
-rw-r--r-- | src/effectvehicle_base.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/effectvehicle_base.h b/src/effectvehicle_base.h index dd79370af..5340bdd5d 100644 --- a/src/effectvehicle_base.h +++ b/src/effectvehicle_base.h @@ -8,13 +8,6 @@ #include "vehicle_base.h" /** - * This class 'wraps' Vehicle; you do not actually instantiate this class. - * You create a Vehicle using AllocateVehicle, so it is added to the pool - * and you reinitialize that to a Train using: - * v = new (v) Train(); - * - * As side-effect the vehicle type is set correctly. - * * A special vehicle is one of the following: * - smoke * - electric sparks for trains |