crashfort/SourceDemoRender

Make optionally disable auto-stop for capturing multiple demos

SmileyAG opened this issue · 1 comments

Useful for recording a demo-sequence via startdemos or some external tools which does like that: https://github.com/thisis2838/startdemos-plus

To do that, needs to implement a custom parameter (like -notstop), and adds a !check for that in this line:

if (recording_state == RECORD_STATE_POSSIBLE)

Done in SVR 37.