From 7caea8f2fd8519974c81cccc66345504026a4293 Mon Sep 17 00:00:00 2001 From: div0 Date: Mon, 14 Jan 2008 18:33:34 +0000 Subject: [PATCH] oops, didn't want to commit THESE debug prints git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3142 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/mapinfo.qc | 3 --- data/qcsrc/server/cl_weaponsystem.qc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/data/qcsrc/common/mapinfo.qc b/data/qcsrc/common/mapinfo.qc index 5d7c3f3c1..9eea2dc19 100644 --- a/data/qcsrc/common/mapinfo.qc +++ b/data/qcsrc/common/mapinfo.qc @@ -653,11 +653,8 @@ void MapInfo_LoadMapSettings(string s) // to be called from worldspawn } // t is now a supported mode! print("EMERGENCY: can't play the selected map in the given game mode. Falling back to a supported mode.\n"); - print(ftos(t), "\n"); MapInfo_SwitchGameType(t); - print(ftos(MapInfo_CurrentGametype()), "\n"); } - print(ftos(MapInfo_CurrentGametype()), "\n"); cvar_settemp_restore(); MapInfo_Get_ByName(s, 1, MapInfo_CurrentGametype()); } diff --git a/data/qcsrc/server/cl_weaponsystem.qc b/data/qcsrc/server/cl_weaponsystem.qc index eecca38ba..f487fb78e 100644 --- a/data/qcsrc/server/cl_weaponsystem.qc +++ b/data/qcsrc/server/cl_weaponsystem.qc @@ -74,7 +74,7 @@ void(entity ent, vector vecs, float antilag, float recoil, string snd) W_SetupSh { // HIT! w_shotdir = normalize(self.cursor_trace_ent.origin - w_shotorg); - dprint("ANTILAG HIT\n"); + //dprint("ANTILAG HIT\n"); } else { -- 2.39.2