From b1033884d90782a07d5168482e92595bd5250bd0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 30 Mar 2019 17:54:43 +0100 Subject: [PATCH] option to change -animperiod in PHASE 3 --- screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.cpp b/screenshot.cpp index 2d28e483..1a257864 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -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")) {