]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/engineer.h
Use raycasting instead of OpenGL selection mode to pick tracks
[r2c2.git] / source / engineer / engineer.h
index 4ca753e949f230b864acf266f3e07b2403c86294..944c39047a967ae0344b13bb3d216871e427b082 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of R²C²
-Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa
+Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -92,7 +92,7 @@ private:
        void reset_block_color(const R2C2::Block &);
        void sensor_event(unsigned, bool);
        void block_reserved(const R2C2::Block &, const R2C2::Train *);
-       R2C2::Track3D *pick_track(int, int);
+       R2C2::Track *pick_track(int, int);
        void train_added(R2C2::Train &);
        virtual void sighandler(int);