cli option -wsh works better now

This commit is contained in:
Zeno Rogue 2019-01-28 21:47:27 +01:00
parent 346e99385e
commit 70cd47e3a1
1 changed files with 1 additions and 1 deletions

View File

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