diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-05-22 16:43:23 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-05-22 16:43:23 +0000 |
commit | 15611ef841b9d60564daf250eaa59239e8fc631e (patch) | |
tree | 3a6f0a8c4a440f9c806667a61b0b67ef475ec68d /source/cl_main.c | |
parent | ea1ed930673bb4063bb210a6b1a34364a9093d77 (diff) |
Cleaned up sound mixing code, removed assembly stubs.
Menu script enhancements (customizable colors).
Removed `ui_background' cvar (specified in script now).
Diffstat (limited to 'source/cl_main.c')
-rw-r--r-- | source/cl_main.c | 3 |
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 ) { |