start_game missing in -animvideo

This commit is contained in:
Zeno Rogue 2021-02-07 14:55:46 +01:00
parent d2531aba5e
commit a3a577c2e4
1 changed files with 1 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ int readArgs() {
#endif
#if CAP_VIDEO
else if(argis("-animvideo")) {
start_game();
PHASE(3); shift(); noframes = argi();
shift(); videofile = args(); record_video();
}