From f5f42ace3a442023b8d93dd82c407aba76240301 Mon Sep 17 00:00:00 2001 From: puzl Date: Mon, 31 Jul 2006 17:21:54 +0000 Subject: [PATCH] o Fixed an issue with the changes to webstrand rendering o Fixed an issue with hive +use git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@563 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/source/dlls/client.cpp | 2 +- releases/3.2.0/source/mod/AvHHive.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/3.2.0/source/dlls/client.cpp b/releases/3.2.0/source/dlls/client.cpp index 03b70222..1133e682 100644 --- a/releases/3.2.0/source/dlls/client.cpp +++ b/releases/3.2.0/source/dlls/client.cpp @@ -2810,7 +2810,7 @@ int AddToFullPack( struct entity_state_s *state, int e, edict_t *ent, edict_t *h marineGlow = true; } - if(( marineGlow || (ent->v.team == theReceivingPlayer->pev->team)) && (ent != theReceivingPlayer->edict()) && (ent->v.team != TEAM_IND) && (ent->v.team != TEAM_SPECT )) + if(( marineGlow || (ent->v.team == theReceivingPlayer->pev->team)) && (ent != theReceivingPlayer->edict()) && (ent->v.team != TEAM_IND) && (ent->v.team != TEAM_SPECT ) && (ent->v.classname != MAKE_STRING(kesTeamWebStrand)) ) { state->rendermode = kRenderTransAdd; state->renderamt = 150; diff --git a/releases/3.2.0/source/mod/AvHHive.cpp b/releases/3.2.0/source/mod/AvHHive.cpp index 73373eea..5de50b85 100644 --- a/releases/3.2.0/source/mod/AvHHive.cpp +++ b/releases/3.2.0/source/mod/AvHHive.cpp @@ -626,6 +626,7 @@ void AvHHive::SetInactive() this->mSpawning = false; this->mSolid = false; this->mTimeLastContributed = -1; + this->mTimeEmergencyUseEnabled=-1.0f; this->mTechnology = MESSAGE_NULL; this->pev->health = 0;