]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Fix a major mistake I just realized
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 21:09:05 +0000 (00:09 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 3 Sep 2010 21:09:05 +0000 (00:09 +0300)
data/qcsrc/server/vore.qc

index 8627b4804fdd49904c7d6f1d0613c1e161c9b431..836c0912e07628a837f83a3629a6367978a77592 100644 (file)
@@ -105,7 +105,7 @@ void Vore_Regurgitate(entity e)
        e.movetype = e.vore_oldmovetype;\r
        if(e.health > 0) // leave SOLID_NOT for dead bodies\r
                e.solid = e.vore_oldsolid;\r
-       e.alpha = 0; // best way of hiding / showing the eaten player\r
+       e.alpha = default_player_alpha; // best way of hiding / showing the eaten player\r
        e.view_ofs_z *= 2; // best positioning for the stomach model\r
        e.stat_eaten = FALSE;\r
 \r