diff --git a/src/shared/NSSurfacePropEntity.qc b/src/shared/NSSurfacePropEntity.qc index eee5a9f0..6242fa93 100644 --- a/src/shared/NSSurfacePropEntity.qc +++ b/src/shared/NSSurfacePropEntity.qc @@ -598,9 +598,9 @@ NSSurfacePropEntity::Death(void) string gibeffect = GetPropData(PROPINFO_BREAKMODEL); int breakcount = GetPropData(PROPINFO_BREAKCOUNT); BreakModel_Spawn(absmin, absmax, [0,0,0], 100, breakcount, gibeffect); - Hide(); + Disappear(); } else { - Hide(); + Disappear(); } /* handle explosions */ diff --git a/src/shared/NSTalkMonster.qc b/src/shared/NSTalkMonster.qc index ffa702e3..bc50d4a9 100644 --- a/src/shared/NSTalkMonster.qc +++ b/src/shared/NSTalkMonster.qc @@ -644,15 +644,6 @@ NSTalkMonster::SpawnKey(string strKey, string strValue) } } -#if 0 -void -NSTalkMonster::Hide(void) -{ - m_eFollowing = world; - NSMonster::Hide(); -} -#endif - float NSTalkMonster::SendEntity(entity ePEnt, float flChanged) {