diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/area.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ render_area_to_surface(struct area *area, SDL_Rect *arearect, /* For demo */ SDL_FillRect(surface, &tmprect, - SDL_MapRGB(surface->format, 31, 31, 127)); + SDL_MapRGB(surface->format, 255, 0, 255)); /* Blit middle layer. */ SDL_BlitSurface(area->map_layers[AREA_LAYER_MID], &srcrect, |