From 1065713461757d3135935863efd1d8001b5d8022 Mon Sep 17 00:00:00 2001 From: Cuptain Date: Sun, 1 Sep 2024 23:59:33 +1000 Subject: [PATCH] scale 1 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 04ff16d..3cfaed4 100644 --- a/src/main.c +++ b/src/main.c @@ -15,7 +15,7 @@ #define TILE_FILLED 1 #define MAP_WIDTH 10 #define MAP_HEIGHT 10 -#define WALL_HEIGHT_SCALE FIX16(0.5) +#define WALL_HEIGHT_SCALE FIX16(1) Line l; s16 angle = 0;