]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Allow the swallow model to be removed again when there's no more swallow progress
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 10 Jul 2011 16:34:46 +0000 (19:34 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 10 Jul 2011 16:34:46 +0000 (19:34 +0300)
data/qcsrc/server/vore.qc

index 3e6cac564d9c809e00d03b31fe75fad7d86d2e87..5f16c965d2b179bdc6c5ef49db813cd1ba81bdb1 100644 (file)
@@ -207,13 +207,13 @@ void Vore_SwallowModel_Think()
        self.alpha = self.owner.cvar_cl_vore_stomachmodel;\r
 \r
        // if our swallow progress is gone, the swallow model must also go\r
-       /*if(!self.owner.swallow_progress_prey)\r
+       if(!self.owner.swallow_progress_prey)\r
        {\r
                self.nextthink = 0;\r
                remove(self);\r
                self = world;\r
                return;\r
-       }*/\r
+       }\r
 \r
        self.nextthink = time;\r
 }\r