summaryrefslogtreecommitdiffstats
path: root/src/area.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/area.c')
-rw-r--r--src/area.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/area.c b/src/area.c
index e605c6c..0c3bc3a 100644
--- a/src/area.c
+++ b/src/area.c
@@ -178,8 +178,8 @@ render_area_to_surface(struct area *area, SDL_Rect *arearect,
SDL_MapRGB(surface->format, 0, 0, 0));
/* For demo */
- tmprect.x = dstrect.x + 120 - 8;
- tmprect.y = dstrect.y + 80 - 12;
+ tmprect.x = dstrect.x + 160 - 8;
+ tmprect.y = dstrect.y + 120 - 12;
tmprect.w = 16;
tmprect.h = 20;