From: MirceaKitsune Date: Fri, 3 Sep 2010 21:09:05 +0000 (+0300) Subject: Fix a major mistake I just realized X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a152f07078f8721d68c780ba0f44be453919f285;p=voretournament%2Fvoretournament.git Fix a major mistake I just realized --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 8627b480..836c0912 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -105,7 +105,7 @@ void Vore_Regurgitate(entity e) e.movetype = e.vore_oldmovetype; if(e.health > 0) // leave SOLID_NOT for dead bodies e.solid = e.vore_oldsolid; - e.alpha = 0; // best way of hiding / showing the eaten player + e.alpha = default_player_alpha; // best way of hiding / showing the eaten player e.view_ofs_z *= 2; // best positioning for the stomach model e.stat_eaten = FALSE;