rogueviz:: sunflower:: don't change whichShape to 9

This commit is contained in:
Zeno Rogue 2022-03-27 09:11:51 +02:00
parent fc29739741
commit 9eff4e597f
1 changed files with 3 additions and 1 deletions

View File

@ -205,11 +205,13 @@ int readArgs() {
nohud = true;
}
else if(argis("-sunflower-dr")) {
enable();
infer = 'q';
shift_arg_formula(zdensity);
shift_arg_formula(range);
enable();
/*
patterns::whichShape = '9';
*/
insert_param();
nohud = true;
}