From ba560c861e8b79f9cfd71be49c55282a3eaf212c Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Wed, 30 Jan 2008 13:15:58 +0000 Subject: animated console, added log messages for team changes and ctf flag events --- src/game/client/gc_hooks.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/game/client/gc_hooks.cpp') diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index a31b7201..3c8d801d 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -296,16 +296,13 @@ extern "C" void modc_render() if(client_state() == CLIENTSTATE_ONLINE) { render_game(); - if (console_active()) - console_render(); } else { menu_render(); - if (console_active()) - console_render(); - return; } + + console_render(); } extern "C" int modc_snap_input(int *data) -- cgit 1.4.1