diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-04-05 07:34:06 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-04-05 07:34:06 +0000 |
| commit | 15cd754da09d55a94f12ee17b39df3db7651c565 (patch) | |
| tree | 69ceacb6ffc1b1b02a065760c2c9761c0f32cc31 /src/game/client/gc_client.cpp | |
| parent | 2a4e911c3256d0479bbe178e820888825918a0eb (diff) | |
| download | zcatch-15cd754da09d55a94f12ee17b39df3db7651c565.tar.gz zcatch-15cd754da09d55a94f12ee17b39df3db7651c565.zip | |
motd tweaks
Diffstat (limited to 'src/game/client/gc_client.cpp')
| -rw-r--r-- | src/game/client/gc_client.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 6bc83af9..bcacfd17 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -896,7 +896,9 @@ void render_game() if(inp_key_down(KEY_ESC)) { - if (chat_mode) + if(server_motd_time) + server_motd_time = 0; + else if (chat_mode) chat_mode = CHATMODE_NONE; else { |