- Physic C++ rewrite (Matze Braun)
[supertux.git] / src / tile.h
index 721b010..2175b2b 100644 (file)
@@ -40,6 +40,9 @@ struct Tile
   /** FIXME: ? */
   bool ice;
 
+  /** water */
+  bool water;
+
   /** Bonusbox, content is stored in \a data */
   bool fullbox;