]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicletype.h
Rename various get_axle functions to get_fixed_axle
[r2c2.git] / source / 3d / vehicletype.h
index 8be9f3aa5bad5e79a6640982aea8b289d121852e..f65a1d6f66ad8395efd7e8a0caaf47e017a1d956 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
+Copyright © 2010-2011  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -32,7 +32,7 @@ public:
        ~VehicleType3D();
 
        const Msp::GL::Object *get_body_object() const { return body_object; }
-       const Msp::GL::Object *get_axle_object(unsigned) const;
+       const Msp::GL::Object *get_fixed_axle_object(unsigned) const;
        const Msp::GL::Object *get_bogie_object(unsigned) const;
        const Msp::GL::Object *get_bogie_axle_object(unsigned, unsigned) const;
        const Msp::GL::Object *get_rod_object(unsigned) const;