Disabled bomb spraying particles all over the screen
[supertux.git] / src / video / sdl_lightmap.hpp
index 985615a..fbde750 100644 (file)
@@ -50,9 +50,10 @@ namespace SDL
     Uint8 *blue_channel;
     Uint8 *green_channel;
     int width, height;
+    int numerator, denominator;
+    int LIGHTMAP_DIV;
 
-    void light_blit(SDL_Surface *src, int dstx, int dsty,
-                    int srcx, int srcy, int blit_width, int blit_height);
+    void light_blit(SDL_Surface *src, SDL_Rect *src_rect, int dstx, int dsty);
   };
 }