mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
start_game missing in -animvideo
This commit is contained in:
parent
d2531aba5e
commit
a3a577c2e4
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user