diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 18:40:27 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 18:40:27 +0000 |
| commit | bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f (patch) | |
| tree | e04fade6077515b8a912283ea48bce52e2c771f2 /src/game/client/gc_console.cpp | |
| parent | 271f1ae44af3251bd9d4dd5585ae7078a5fe7993 (diff) | |
| download | zcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.tar.gz zcatch-bc108df382b5ac4ca637bf97ba9b2d8b2d83e58f.zip | |
renamed everything. added the new license
Diffstat (limited to 'src/game/client/gc_console.cpp')
| -rw-r--r-- | src/game/client/gc_console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_console.cpp b/src/game/client/gc_console.cpp index 4c518711..c471d717 100644 --- a/src/game/client/gc_console.cpp +++ b/src/game/client/gc_console.cpp @@ -570,7 +570,7 @@ void console_render() // render version char buf[128]; - str_format(buf, sizeof(buf), "Teewars v%s", TEEWARS_VERSION); + str_format(buf, sizeof(buf), "v%s", GAME_VERSION); float version_width = gfx_text_width(0, font_size, buf, -1); gfx_text(0, screen.w-version_width-5, y, font_size, buf, -1); |