Fix caption interpolation
This commit is contained in:
parent
58e5f7a896
commit
2cdf420226
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue