summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-06-19 18:10:04 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-06-19 18:10:04 +0000
commit63ff9c8b7a9babeef2823691839e9c157c4d5d8a (patch)
tree532103c638099270dae66bc5fccffcf62b66443b /source/cl_parse.c
parent8f71a51a7058567254f14efc5ed0a7c59b1a2677 (diff)
Server side IP filter now reports date and time of the last hit.
Added support for long uptime reporing format (when ‘sv_uptime’ is set to 2). Added ‘com_uptime_long’ macro. Merged cl_draw.c code into cl_scrn.c, removed cl_draw.c. Got rid of loading screen, re-introduced loading plaque support. Don't include ‘scr_showstats’, ‘scr_showpmove’, ‘cl_test*’, ‘cl_stats’ cvars into release builds. Updated Debian package ‘Standards-Version’. Don't recommend ‘quake2-data’ anymore, use ‘$prefix/games/q2pro’ as base directory.
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c5
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 );