option to change -animperiod in PHASE 3

This commit is contained in:
Zeno Rogue 2019-03-30 17:54:43 +01:00
parent f6a1e445a2
commit b1033884d9
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ int readArgs() {
PHASE(3); showstartmenu = false; pushScreen(show);
}
else if(argis("-animperiod")) {
PHASE(2); shift_arg_formula(period);
PHASEFROM(2); shift_arg_formula(period);
}
#if CAP_SHOT
else if(argis("-animrecord") || argis("-animrec")) {