Skip to content

[SUGOI] Remove "singletics" code in F_WriteText (resolves #1033)

Sal requested to merge TehRealSalt/SRB2:cutscene-fix into next

This was added in 2.1 for whatever reason. All instances of F_WriteText are already capped to the framerate properly by other means (including the text prompts added by 2.2); so this code being present just makes timing differences between different netgame clients / other inaccuracies cause the text speed to slow down more than intended, eventually causing desync in netgame cutscenes.

Resolves #1033 (closed) (I made said issue since I almost gave up on investigating the cause, until I decided to compare both Final Demo and 2.1's codebases. Oops.)

Merge request reports