mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-03 08:52:23 +00:00
fixed the -wsh option
This commit is contained in:
@@ -2335,7 +2335,7 @@ int read_pattern_args() {
|
||||
}
|
||||
}
|
||||
|
||||
else if(argis("-wsh")) { shift(); patterns::whichShape = args()[0]; }
|
||||
else if(argis("-wsh")) { PHASE(3); start_game(); shift(); patterns::whichShape = args()[0]; }
|
||||
|
||||
else if(argis("-pal")) {
|
||||
PHASEFROM(2); cheat();
|
||||
|
Reference in New Issue
Block a user