diff options
Diffstat (limited to 'src/game/client/gc_hooks.cpp')
| -rw-r--r-- | src/game/client/gc_hooks.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
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) |