added a powerup object that can be placed in levels and represent various powerups...
[supertux.git] / src / object / background.h
index 233d858..30e86f1 100644 (file)
@@ -52,7 +52,7 @@ public:
   Color get_gradient_bottom() const
         { return gradient_bottom; }
 
-  virtual void action(float elapsed_time);
+  virtual void update(float elapsed_time);
 
   virtual void draw(DrawingContext& context);