diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 23:33:27 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 23:33:27 +0000 |
| commit | 51710edd8e8869a8233e7b8c4204e6b2e3fcbe42 (patch) | |
| tree | 38d9f8e2fb787a24228d000c25a1d518220cfdc4 /src | |
| parent | adb6b58e3c9e23e1d659497f0fb9b4542de1c7cf (diff) | |
| download | zcatch-51710edd8e8869a8233e7b8c4204e6b2e3fcbe42.tar.gz zcatch-51710edd8e8869a8233e7b8c4204e6b2e3fcbe42.zip | |
tweaked it abit
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index b500b537..d31d0147 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2371,7 +2371,7 @@ void render_game() { gfx_mapscreen(0, 0, width*1.5f, height*1.5f); float startx = width*1.5f-10.0f; - float y = 10.0f; + float y = 20.0f; for(int i = 0; i < killmsg_max; i++) { |