mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
moved -wsh from config.cpp to pattern2.cpp
This commit is contained in:
parent
262d6f2a92
commit
81f175a18c
@ -1392,7 +1392,6 @@ int read_config_args() {
|
|||||||
else if(argis("-wm")) { PHASEFROM(2); shift(); vid.wallmode = argi(); }
|
else if(argis("-wm")) { PHASEFROM(2); shift(); vid.wallmode = argi(); }
|
||||||
else if(argis("-mm")) { PHASEFROM(2); shift(); vid.monmode = argi(); }
|
else if(argis("-mm")) { PHASEFROM(2); shift(); vid.monmode = argi(); }
|
||||||
|
|
||||||
else if(argis("-wsh")) { shift(); patterns::whichShape = args()[0]; }
|
|
||||||
else if(argis("-noshadow")) { noshadow = true; }
|
else if(argis("-noshadow")) { noshadow = true; }
|
||||||
else if(argis("-bright")) { bright = true; }
|
else if(argis("-bright")) { bright = true; }
|
||||||
|
|
||||||
|
@ -2106,7 +2106,8 @@ int read_pattern_args() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// non-categorized:
|
else if(argis("-wsh")) { shift(); patterns::whichShape = args()[0]; }
|
||||||
|
|
||||||
else if(argis("-pal")) {
|
else if(argis("-pal")) {
|
||||||
PHASEFROM(2); cheat();
|
PHASEFROM(2); cheat();
|
||||||
shift(); int id = argi();
|
shift(); int id = argi();
|
||||||
|
Loading…
Reference in New Issue
Block a user