From 754ebd5ce2d15f1f22e0299b8ded12d8d8fe3fb4 Mon Sep 17 00:00:00 2001 From: puzl Date: Mon, 21 Aug 2006 17:40:11 +0000 Subject: [PATCH] o Webs invisible unless you are present when they are first created git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@573 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/source/mod/AvHEntities.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/releases/3.2.0/source/mod/AvHEntities.cpp b/releases/3.2.0/source/mod/AvHEntities.cpp index 67398ae..9845fe3 100644 --- a/releases/3.2.0/source/mod/AvHEntities.cpp +++ b/releases/3.2.0/source/mod/AvHEntities.cpp @@ -1700,12 +1700,10 @@ void AvHWebStrand::Setup(const Vector& inPointOne, const Vector& inPointTwo) this->SetScrollRate( 0 ); this->SetFrame(0); //this->SetBrightness( 64 ); - this->SetBrightness( 12 ); + this->SetBrightness( 16 ); this->pev->classname = MAKE_STRING(kesTeamWebStrand); this->pev->rendermode = kRenderNormal; - this->pev->renderfx = kRenderFxFlickerFast; - this->pev->renderamt = 20; } void AvHWebStrand::Spawn(void) @@ -1736,13 +1734,10 @@ void AvHWebStrand::Spawn(void) void AvHWebStrand::StrandThink() { EMIT_SOUND(ENT(this->pev), CHAN_AUTO, kWebStrandHardenSound, 1.0, ATTN_IDLE); - //this->SetBrightness( 64 ); + this->SetBrightness( 32 ); this->SetColor( 255, 255, 255 ); this->SetFrame(1); this->mSolid=true; - this->pev->rendermode = kRenderTransAdd; - this->pev->renderfx = kRenderFxNone; - this->pev->renderamt = 30; SetThink(NULL); } void AvHWebStrand::StrandExpire()