Browse Source

Fix build.

wantedhl
Night Owl 9 years ago
parent
commit
bdc4e3f8d3
  1. 2
      dlls/weapons.cpp

2
dlls/weapons.cpp

@ -1066,7 +1066,7 @@ void CBasePlayerAmmo::Spawn( void ) @@ -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…
Cancel
Save