2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 01:47:45 +01:00

Fix build.

This commit is contained in:
Night Owl 2016-04-18 01:44:31 +05:00
parent 0adbd65d8a
commit bdc4e3f8d3

View File

@ -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 )