added the shotgun pickup sound to the rifle

This commit is contained in:
Magnus Auvinen 2008-03-21 20:38:34 +00:00
parent f3167f0cc2
commit 2a12d1c907

View file

@ -1659,6 +1659,8 @@ void powerup::tick()
create_sound(pos, SOUND_PICKUP_GRENADE);
else if(subtype == WEAPON_SHOTGUN)
create_sound(pos, SOUND_PICKUP_SHOTGUN);
else if(subtype == WEAPON_RIFLE)
create_sound(pos, SOUND_PICKUP_SHOTGUN);
send_weapon_pickup(pplayer->client_id, subtype);
}