diff --git a/src/d_main.c b/src/d_main.c index 5d83c783b..f0f016ca7 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -875,7 +875,8 @@ void D_SRB2Loop(void) // consoleplayer -> displayplayers (hear sounds from viewpoint) S_UpdateSounds(); // move positional sounds - S_UpdateClosedCaptions(); + if (realtics > 0 || singletics) + S_UpdateClosedCaptions(); #ifdef HW3SOUND HW3S_EndFrameUpdate();