diff options
author | quou <quou@disroot.org> | 2024-07-31 22:10:38 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-07-31 22:10:38 +1000 |
commit | b93d36f9c95594311ec9d7c2d6acede6c33e9e08 (patch) | |
tree | e75ca0e2160d8b9853a74acca1754a5466832279 | |
parent | 507f02e0e559559ba2e56552e036926c56cc35cc (diff) |
Fix warning in render.c
-rw-r--r-- | render.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |