summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.c b/render.c
index c64cef3..f3000de 100644
--- a/render.c
+++ b/render.c
@@ -757,7 +757,7 @@ void ren_map(
const int* dir,
const int* left
) {
- int x, y, w, h, hh, hhi, hci, ey;
+ int x, y, w, h, hh, hhi, ey;
const int* data = (const int*)&map[1];
/* temp */
const Texture* texture = get_texture(asset_id_brick_texture);