Skip to content
Snippets Groups Projects
Commit 41f17495 authored by Eidolon's avatar Eidolon
Browse files

uncapped: Update closed captions only on new tics

parent 69c5da27
Branches
Tags
No related merge requests found
...@@ -881,6 +881,7 @@ void D_SRB2Loop(void) ...@@ -881,6 +881,7 @@ void D_SRB2Loop(void)
// consoleplayer -> displayplayers (hear sounds from viewpoint) // consoleplayer -> displayplayers (hear sounds from viewpoint)
S_UpdateSounds(); // move positional sounds S_UpdateSounds(); // move positional sounds
if (realtics > 0 || singletics)
S_UpdateClosedCaptions(); S_UpdateClosedCaptions();
#ifdef HW3SOUND #ifdef HW3SOUND
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment