From faae8f0177a997ec49796e3275bd5a10bc26a939 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 26 May 2009 23:24:34 +0000 Subject: (svn r16445) -Codechange: update old comments (Yexo) --- src/aircraft.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/aircraft.h') diff --git a/src/aircraft.h b/src/aircraft.h index 090add20d..72343e6c5 100644 --- a/src/aircraft.h +++ b/src/aircraft.h @@ -89,12 +89,7 @@ struct AircraftCache { }; /** - * 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) Aircraft(); - * - * As side-effect the vehicle type is set correctly. + * Aircraft, helicopters, rotors and their shadows belong to this class. */ struct Aircraft : public SpecializedVehicle { AircraftCache acache; ///< Cache of often used calculated values -- cgit v1.2.3-54-g00ecf