From 2a12d1c907eb1c8153aa1f13ba94a3ae8091b467 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 21 Mar 2008 20:38:34 +0000 Subject: added the shotgun pickup sound to the rifle --- src/game/server/gs_server.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/server/gs_server.cpp') diff --git a/src/game/server/gs_server.cpp b/src/game/server/gs_server.cpp index 7eae91e6..2940400f 100644 --- a/src/game/server/gs_server.cpp +++ b/src/game/server/gs_server.cpp @@ -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); } -- cgit 1.4.1