mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-21 03:24:05 +00:00
option -animvideo now only available with CAP_VIDEO
This commit is contained in:
@@ -1659,15 +1659,17 @@ int readArgs() {
|
||||
PHASE(3); shift(); noframes = argi();
|
||||
shift(); animfile = args(); record_animation();
|
||||
}
|
||||
else if(argis("-animvideo")) {
|
||||
PHASE(3); shift(); noframes = argi();
|
||||
shift(); videofile = args(); record_video();
|
||||
}
|
||||
else if(argis("-record-only")) {
|
||||
PHASEFROM(2);
|
||||
shift(); min_frame = argi();
|
||||
shift(); max_frame = argi();
|
||||
}
|
||||
#endif
|
||||
#if CAP_VIDEO
|
||||
else if(argis("-animvideo")) {
|
||||
PHASE(3); shift(); noframes = argi();
|
||||
shift(); videofile = args(); record_video();
|
||||
}
|
||||
#endif
|
||||
else if(argis("-animcircle")) {
|
||||
PHASE(3); start_game();
|
||||
|
Reference in New Issue
Block a user