improve exception feedback a bit
[supertux.git] / lib / special / sprite.h
index 15ee35b..8239f49 100644 (file)
@@ -50,7 +50,7 @@ namespace SuperTux
 
         /** Mirror is used to avoid duplicating left and right side
             sprites */
-        bool mirror;
+//        bool mirror;
 
         std::vector<Surface*> surfaces;
         };