From b93d36f9c95594311ec9d7c2d6acede6c33e9e08 Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 31 Jul 2024 22:10:38 +1000 Subject: Fix warning in render.c --- render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf