mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-21 10:57:03 +00:00
option -animvideo now only available with CAP_VIDEO
This commit is contained in:
parent
4a1f6c8314
commit
b0d1de01e5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user