converted ghost forest music to .ogg because of problems playing the mod file
[supertux.git] / src / object / tilemap.h
index d647a5e..6aa44ad 100644 (file)
@@ -89,6 +89,11 @@ public:
     drawing_effect = effect;
   }
 
+  int get_drawing_effect()
+  {
+    return drawing_effect;
+  }
+
 private:
   typedef std::vector<uint32_t> Tiles;
   Tiles tiles;