diff options
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r-- | src/game/g_buildable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 0f6a84d2..640fa752 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -1144,6 +1144,7 @@ void HRpt_Use( gentity_t *self, gentity_t *other, gentity_t *activator ) BG_packAmmoArray( ps->weapon, ps->ammo, ps->powerups, ammo, clips, maxClips ); + G_AddEvent( activator, EV_RPTUSE_SOUND, 0 ); activator->client->lastRefilTime = level.time; } |