mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Initial Mapbase commit (squashed from mapbase-beta)
This commit is contained in:
@@ -773,7 +773,9 @@ void CBeam::BeamDamage( trace_t *ptr )
|
||||
if ( ptr->fraction != 1.0 && ptr->m_pEnt != NULL )
|
||||
{
|
||||
CBaseEntity *pHit = ptr->m_pEnt;
|
||||
#ifndef MAPBASE
|
||||
if ( pHit )
|
||||
#endif
|
||||
{
|
||||
ClearMultiDamage();
|
||||
Vector dir = ptr->endpos - GetAbsOrigin();
|
||||
|
||||
Reference in New Issue
Block a user