From bdc4e3f8d39f5d9e02a93b1d643d3ab738300c4a Mon Sep 17 00:00:00 2001 From: Night Owl Date: Mon, 18 Apr 2016 01:44:31 +0500 Subject: [PATCH] Fix build. --- dlls/weapons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/weapons.cpp b/dlls/weapons.cpp index 6a65f298..e82d1006 100644 --- a/dlls/weapons.cpp +++ b/dlls/weapons.cpp @@ -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 )