fix
[supertux.git] / src / tile.h
index c221003..8a0cf8d 100644 (file)
@@ -91,9 +91,6 @@ private:
   /** General purpose data attached to a tile (content of a box, type of coin)*/
   int data;
   
-  /** Alpha (opacity) of tile */
-  int alpha;
-
   float anim_fps;
 
 public: