diff options
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r-- | source/cl_parse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c index f85e311..697d555 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -429,12 +429,7 @@ static void CL_SetActiveState( void ) { VectorCopy( cl.frame.ps.viewangles, cl.predicted_angles ); } - SCR_LagClear(); -#if USE_CHATHUD - SCR_ClearChatHUD_f(); -#endif SCR_EndLoadingPlaque (); // get rid of loading plaque - Con_Close(); // close console if( !cls.demo.playback ) { EXEC_TRIGGER( cl_beginmapcmd ); |