aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ft_drawmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_drawmap.c b/src/ft_drawmap.c
index e1ad736..fb5473e 100644
--- a/src/ft_drawmap.c
+++ b/src/ft_drawmap.c
@@ -49,7 +49,7 @@ static void
const size_t x = plist->pos_x;
const size_t y = plist->pos_y;
- ft_drawsquare(40 + (x * 41), 40 + (y * 41), 0x000077ff, clist);
+ ft_drawsquare(40 + (x * 41), 40 + (y * 41), 0x001443fa, clist);
}
void