diff options
Diffstat (limited to 'src/game/client/gc_client.cpp')
| -rw-r--r-- | src/game/client/gc_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 29582f2e..03211e2c 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1322,7 +1322,7 @@ void render_game() } } else - gfx_text(0, whole-20-w/2, 300-40-15+t*20+2, 14, buf, -1); + gfx_text(0, whole-20-w/2, 300-40-15+t*20, 14, buf, -1); } } |