mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
start_game missing in -animvideo
This commit is contained in:
parent
d2531aba5e
commit
a3a577c2e4
@ -1704,6 +1704,7 @@ int readArgs() {
|
|||||||
#endif
|
#endif
|
||||||
#if CAP_VIDEO
|
#if CAP_VIDEO
|
||||||
else if(argis("-animvideo")) {
|
else if(argis("-animvideo")) {
|
||||||
|
start_game();
|
||||||
PHASE(3); shift(); noframes = argi();
|
PHASE(3); shift(); noframes = argi();
|
||||||
shift(); videofile = args(); record_video();
|
shift(); videofile = args(); record_video();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user