summaryrefslogtreecommitdiffstats
path: root/src/area.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/area.c')
-rw-r--r--src/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/area.c b/src/area.c
index 750cb9a..ea6558e 100644
--- a/src/area.c
+++ b/src/area.c
@@ -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,