diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-05-12 22:01:48 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-05-12 22:01:48 +0000 |
commit | ded2011518636a7e7643946adeb40fa11ac6501c (patch) | |
tree | 15b7c3ea2be94aba998fc612dc4738ba30e28d8e /source/cl_parse.c | |
parent | c877967be5689e19ae50ef7e241535d0e7b83a59 (diff) |
Don't clear lagometer when toggling console.
Added ‘scr_lag_max’ cvar for controlling lagometer scale.
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r-- | source/cl_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c index e516631..fd82425 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -391,6 +391,7 @@ static void CL_SetActiveState( void ) { } SCR_EndLoadingPlaque (); // get rid of loading plaque + SCR_LagClear(); if( !cls.demo.playback ) { EXEC_TRIGGER( cl_beginmapcmd ); |