mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-10 12:31:31 +00:00
Fix build.
This commit is contained in:
parent
0adbd65d8a
commit
bdc4e3f8d3
@ -1066,7 +1066,7 @@ void CBasePlayerAmmo::Spawn( void )
|
||||
UTIL_SetSize(pev, Vector(-16, -16, 0), Vector(16, 16, 16));
|
||||
UTIL_SetOrigin( pev, pev->origin );
|
||||
|
||||
SetTouch( &CBaseEntity::DefaultTouch );
|
||||
SetTouch( &CBasePlayerAmmo::DefaultTouch );
|
||||
}
|
||||
|
||||
CBaseEntity* CBasePlayerAmmo::Respawn( void )
|
||||
|
Loading…
x
Reference in New Issue
Block a user