make igloo the first level
[supertux.git] / src / object / scripted_object.cpp
index 07eebb3..47839d2 100644 (file)
@@ -142,7 +142,7 @@ ScriptedObject::set_action(const std::string& animation)
 std::string
 ScriptedObject::get_action()
 {
-  return sprite->get_action_name();
+  return sprite->get_action();
 }
 
 std::string