Platform that hurts Tux and Badguys when touched
[supertux.git] / src / object / path_walker.hpp
index 44d947a..9f237ef 100644 (file)
@@ -41,12 +41,12 @@ public:
    */
   virtual Vector advance(float elapsed_time);
 
+  const Path* path;
+
 private:
   void advance_node();
   void goback_node();
   
-  const Path* path;
-
   size_t current_node_nr;
   size_t next_node_nr;