From: Rudolf Polzer Date: Fri, 16 Sep 2011 10:21:04 +0000 (+0200) Subject: turn off some clearly broken code (only warns, does nothing at all) X-Git-Tag: xonotic-v0.6.0~40^2~134^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a425d38c48f00e5b307d18200af26e01e1e8f6c;p=xonotic%2Fxonotic-data.pk3dir.git turn off some clearly broken code (only warns, does nothing at all) --- diff --git a/qcsrc/server/bot/havocbot/havocbot.qc b/qcsrc/server/bot/havocbot/havocbot.qc index bbdb16cd2..ad9f3d185 100644 --- a/qcsrc/server/bot/havocbot/havocbot.qc +++ b/qcsrc/server/bot/havocbot/havocbot.qc @@ -367,6 +367,7 @@ void havocbot_bunnyhop(vector dir) self.bot_timelastseengoal = 0; } +#if 0 // Release jump button if(!cvar("sv_pogostick")) if(self.flags & FL_ONGROUND == 0) @@ -392,6 +393,7 @@ void havocbot_bunnyhop(vector dir) } } +#endif }; void havocbot_movetogoal()