mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-10 20:41:49 +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_SetSize(pev, Vector(-16, -16, 0), Vector(16, 16, 16));
|
||||||
UTIL_SetOrigin( pev, pev->origin );
|
UTIL_SetOrigin( pev, pev->origin );
|
||||||
|
|
||||||
SetTouch( &CBaseEntity::DefaultTouch );
|
SetTouch( &CBasePlayerAmmo::DefaultTouch );
|
||||||
}
|
}
|
||||||
|
|
||||||
CBaseEntity* CBasePlayerAmmo::Respawn( void )
|
CBaseEntity* CBasePlayerAmmo::Respawn( void )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user