From 70cd47e3a11c74a31d3da86ce61a36b8297bdb88 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 28 Jan 2019 21:47:27 +0100 Subject: [PATCH] cli option -wsh works better now --- pattern2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern2.cpp b/pattern2.cpp index 7e7b54b1..5a723961 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -2335,7 +2335,7 @@ int read_pattern_args() { } } - else if(argis("-wsh")) { PHASE(3); start_game(); shift(); patterns::whichShape = args()[0]; } + else if(argis("-wsh")) { start_game(); shift(); patterns::whichShape = args()[0]; } else if(argis("-pal")) { PHASEFROM(2); cheat();