mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
innerwall is now a param
This commit is contained in:
@@ -3299,14 +3299,6 @@ int read_pattern_args() {
|
||||
ccolor::which = &ccolor::formula;
|
||||
shift(); ccolor::set_formula(args());
|
||||
}
|
||||
else if(argis("-innerwall")) {
|
||||
PHASEFROM(2);
|
||||
patterns::innerwalls = true;
|
||||
}
|
||||
else if(argis("-noinnerwall")) {
|
||||
PHASEFROM(2);
|
||||
patterns::innerwalls = false;
|
||||
}
|
||||
else if(argis("-d:line"))
|
||||
launch_dialog(linepatterns::showMenu);
|
||||
|
||||
|
Reference in New Issue
Block a user