summaryrefslogtreecommitdiff
path: root/source/cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_main.c')
-rw-r--r--source/cl_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index b1b7467..e339ce0 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -2770,6 +2770,8 @@ void CL_Frame( int msec ) {
// predict all unacknowledged movements
CL_PredictMovement();
+ Con_RunConsole();
+
if( ref_frame ) {
// update the screen
if ( host_speeds->integer )
@@ -2789,7 +2791,6 @@ void CL_Frame( int msec ) {
// advance local effects for next frame
CL_RunDLights();
CL_RunLightStyles();
- Con_RunConsole();
// check connection timeout
if( cls.netchan ) {