mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 11:52:23 +00:00
start_game missing in -animvideo
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user