]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Revert everything. Neither the old method nor the new one fix the issue...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 16 Jul 2011 14:15:16 +0000 (17:15 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 16 Jul 2011 14:15:16 +0000 (17:15 +0300)
data/qcsrc/server/vore.qc

index 74a6fb1e8e806ea58160d74181e885bf2932756a..76dca4064a07d087c4cfabf0e15adef00bde6cdd 100644 (file)
@@ -765,9 +765,7 @@ void Vore()
 // Code that addresses predators:\r
 // --------------------------------\r
 \r
-       // only scan prey between server frames, else we get major breakage in multiplayer and jitter\r
-       if(!frametime)\r
-               self.prey = Swallow_player_check();\r
+       self.prey = Swallow_player_check();\r
 \r
        // attempt to swallow our new prey if we pressed the attack button, and there's any in range\r
        self.stat_canswallow = 0;\r