Fix caption interpolation

This commit is contained in:
NepDisk 2025-07-11 23:11:08 -04:00
parent 58e5f7a896
commit 2cdf420226

View file

@ -947,6 +947,9 @@ void S_UpdateClosedCaptions(void)
{
UINT8 i;
boolean gamestopped = (paused || P_AutoPause());
if (!renderisnewtic)
return;
for (i = 0; i < NUMCAPTIONS; i++) // update captions
{
if (!closedcaptions[i].s)