X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fvehicle.h;fp=source%2Flibr2c2%2Fvehicle.h;h=ce56666f473f93f0222d3b209c292e6cf712fafb;hb=d18d5c1c3cf417e20840238eec4f3caa431fa2b5;hp=b9c36d95d1e42bdbd6b06b5bc655138ac8ab3fb2;hpb=634580fc81f83e77f236bd1a27e89509261d6154;p=r2c2.git diff --git a/source/libr2c2/vehicle.h b/source/libr2c2/vehicle.h index b9c36d9..ce56666 100644 --- a/source/libr2c2/vehicle.h +++ b/source/libr2c2/vehicle.h @@ -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 */ @@ -101,7 +101,7 @@ public: float get_offset() const { return track_pos.offs; } const Vector &get_position() const { return position; } float get_direction() const { return direction; } - const Axle &get_axle(unsigned) const; + const Axle &get_fixed_axle(unsigned) const; const Bogie &get_bogie(unsigned) const; const Axle &get_bogie_axle(unsigned, unsigned) const; const Rod &get_rod(unsigned) const;