]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/catalogue.h
Support trains with multiple vehicles
[r2c2.git] / source / 3d / catalogue.h
index d826a780381990b6a471c0e47f7b56053e062d71..1f33ebb808e7aec3a7af34bc042dd757ec118431 100644 (file)
@@ -39,7 +39,7 @@ public:
        const Msp::GL::Mesh &get_endpoint_mesh() const { return endpoint_mesh; }
 private:
        void track_added(const TrackType &);
-       void loco_added(const LocoType &);
+       void vehicle_added(const VehicleType &);
        void build_endpoint_mesh();
 };