make supertux accepts normal paths on the commandline
[supertux.git] / src / sector.h
index e08abbb..598842b 100644 (file)
@@ -124,7 +124,7 @@ private:
   void collision_object(MovingObject* object1, MovingObject* object2);
   
   void load_music();
-  GameObject* parseObject(const std::string& name, LispReader& reader);
+  GameObject* parse_object(const std::string& name, LispReader& reader);
   
   static Sector* _current;