Don't force the console for ca_connected.

It's valid not to draw the console in ca_connected when changing levels.
This commit is contained in:
Bill Currie 2012-07-21 16:37:14 +09:00
parent ec94a1e459
commit 543c4b2442
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ CL_SetState (cactive_t state)
CL_UpdateScreen (cl.time);
}
if (con_module)
con_module->data->console->force_commandline = (state != ca_active);
con_module->data->console->force_commandline = (state < ca_connected);
}
static void