converted ghost forest music to .ogg because of problems playing the mod file
[supertux.git] / src / object / flower.h
index bfa950b..e91f38b 100644 (file)
@@ -30,7 +30,7 @@ public:
   enum Type {
     FIREFLOWER, ICEFLOWER
   };
-  Flower(const Vector& pos, Type type);
+  Flower(Type type);
   ~Flower();
 
   virtual void update(float elapsed_time);