summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-31 22:10:38 +1000
committerquou <quou@disroot.org>2024-07-31 22:10:38 +1000
commitb93d36f9c95594311ec9d7c2d6acede6c33e9e08 (patch)
treee75ca0e2160d8b9853a74acca1754a5466832279
parent507f02e0e559559ba2e56552e036926c56cc35cc (diff)
Fix warning in render.c
-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);