Skip to content

Don't count down wait timer when executing a command line

James R. requested to merge james/SRB2:console-wait-fix into master

You can see what this fixes by issuing wait 35 and calling COM_BufInsertText 35 times. The commands which are issued will execute all immeiately.

Merge request reports