forgot an assert
[supertux.git] / src / tile.h
index cfddd02..8a0cf8d 100644 (file)
@@ -90,7 +90,7 @@ private:
   
   /** General purpose data attached to a tile (content of a box, type of coin)*/
   int data;
-
+  
   float anim_fps;
 
 public: