From: Mario Date: Sun, 27 Mar 2016 12:15:00 +0000 (+1000) Subject: Hopefully fix compilation tests X-Git-Tag: xonotic-v0.8.2~945^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bea975add6a9a0c1606678151660bd9ee6053bd4;p=xonotic%2Fxonotic-data.pk3dir.git Hopefully fix compilation tests --- diff --git a/qcsrc/server/miscfunctions.qh b/qcsrc/server/miscfunctions.qh index 04221e439..71e24f513 100644 --- a/qcsrc/server/miscfunctions.qh +++ b/qcsrc/server/miscfunctions.qh @@ -116,6 +116,8 @@ void WarpZone_crosshair_trace(entity pl); void WarpZone_traceline_antilag (entity source, vector v1, vector v2, float nomonst, entity forent, float lag); +void adaptor_think2use(); + #define IS_DEAD(s) ((s).deadflag != DEAD_NO)