Skip to content

Commit 8e9be57

Browse files
committed
Add a missing stubs.
1 parent cee0e95 commit 8e9be57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cl_dll/hl/hl_baseentity.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Vector UTIL_VecToAngles( const Vector &vec ){ return 0; }
108108
CSprite *CSprite::SpriteCreate( const char *pSpriteName, const Vector &origin, BOOL animate ) { return 0; }
109109
void CBeam::PointEntInit( const Vector &start, int endIndex ) { }
110110
CBeam *CBeam::BeamCreate( const char *pSpriteName, int width ) { return NULL; }
111+
const Vector &CBeam::GetStartPos( void ){ return g_vecZero; }
112+
const Vector &CBeam::GetEndPos( void ){ return g_vecZero; }
111113
void CSprite::Expand( float scaleSpeed, float fadeSpeed ) { }
112114

113115
CBaseEntity* CBaseMonster::CheckTraceHullAttack( float flDist, int iDamage, int iDmgType ) { return NULL; }

0 commit comments

Comments
 (0)