diff options
Diffstat (limited to 'src/game/client/gc_render_map.cpp')
| -rw-r--r-- | src/game/client/gc_render_map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/gc_render_map.cpp b/src/game/client/gc_render_map.cpp index d5e7f1a0..8693ed18 100644 --- a/src/game/client/gc_render_map.cpp +++ b/src/game/client/gc_render_map.cpp @@ -237,6 +237,8 @@ void render_tilemap(TILE *tiles, int w, int h, float scale, vec4 color, int flag gfx_quads_drawTL(x*scale, y*scale, scale, scale); } + + x += tiles[c].skip; } gfx_quads_end(); |