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();