diff options
-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); |