From 1983c18f68f064a61f4d3542d2cca95a202b8e03 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sun, 12 Dec 2010 13:07:15 +0200 Subject: [PATCH] make it compile --- qcsrc/server/miscfunctions.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index 225a3453f..632a4a5ce 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -1166,6 +1166,7 @@ float sv_pitch_min; float sv_pitch_max; float sv_pitch_fixyaw; +string GetGametype(); // g_world.qc void readlevelcvars(void) { // first load all the mutators @@ -2622,7 +2623,6 @@ void zcurveparticles_from_tracetoss(float effectno, vector start, vector end, ve zcurveparticles(effectno, start, end, end_dz, vlen(vel)); } -string GetGametype(); // g_world.qc void write_recordmarker(entity pl, float tstart, float dt) { GameLogEcho(strcat(":recordset:", ftos(pl.playerid), ":", ftos(dt))); -- 2.39.2