fix shrinking
[supertux.git] / src / object / scripted_object.hpp
index 5a285a5..699a054 100644 (file)
@@ -20,8 +20,8 @@ public:
 
   // --- Scripting Interface stuff ---
 
-  void set_animation(const std::string& animation);
-  std::string get_animation();
+  void set_action(const std::string& animation);
+  std::string get_action();
 
   void move(float x, float y);
   void set_pos(float x, float y);