]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
turn off some clearly broken code (only warns, does nothing at all)
authorRudolf Polzer <divverent@alientrap.org>
Fri, 16 Sep 2011 10:21:04 +0000 (12:21 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 16 Sep 2011 10:21:04 +0000 (12:21 +0200)
qcsrc/server/bot/havocbot/havocbot.qc

index bbdb16cd2b71b89fcc607d10c95a791b222e32d9..ad9f3d185c57b7c18d50593f622cbf177c063a00 100644 (file)
@@ -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()