X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fsdl_lightmap.hpp;h=fbde750fb59082681f36a2a718cd9b57a3384dbf;hb=7e15c4f871809033278711a6e9327616da00c4c9;hp=ab7e1bc8d0ba65acfaba246d77d935327daf6ae5;hpb=e7a12ed844f040d270e50ce25f74de5f017c1157;p=supertux.git diff --git a/src/video/sdl_lightmap.hpp b/src/video/sdl_lightmap.hpp index ab7e1bc8d..fbde750fb 100644 --- a/src/video/sdl_lightmap.hpp +++ b/src/video/sdl_lightmap.hpp @@ -51,6 +51,7 @@ namespace SDL Uint8 *green_channel; int width, height; int numerator, denominator; + int LIGHTMAP_DIV; void light_blit(SDL_Surface *src, SDL_Rect *src_rect, int dstx, int dsty); };