Updated addon repository URL and improved debug output on download
[supertux.git] / src / trigger / climbable.hpp
index 3e45484..f7b3616 100644 (file)
@@ -30,7 +30,7 @@ class Climbable : public TriggerBase
   static Color text_color;
 public:
   Climbable(const Reader& reader);
-  Climbable(const Rect& area);
+  Climbable(const Rectf& area);
   ~Climbable();
 
   void event(Player& player, EventType type);