diff --git a/src/objects/exp.c b/src/objects/exp.c index 235e91b1e..e76c621a0 100644 --- a/src/objects/exp.c +++ b/src/objects/exp.c @@ -86,8 +86,11 @@ void Obj_ExpThink (mobj_t *exp) if (exp->extravalue1 >= 16) { + if(P_IsDisplayPlayer(player)) // As you know Kris, I am FUCKING your EXP. + { S_StopSoundByID(exp->target, sfx_exp); S_StartSound(exp->target, sfx_exp); + } P_RemoveMobj(exp); }