mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
rogueviz:: adjusted for param changes
This commit is contained in:
parent
03a0cc2722
commit
90f3c562eb
@ -145,10 +145,10 @@ bool sunflower_cell(cell *c, shiftmatrix V) {
|
||||
}
|
||||
|
||||
void insert_param() {
|
||||
params.insert({"sund", zdensity});
|
||||
params.insert({"sunq", qty});
|
||||
params.insert({"sunr", range});
|
||||
params.insert({"sunf", distance_per_rug});
|
||||
param_f(zdensity, "sund");
|
||||
param_f(qty, "sunq");
|
||||
param_f(range, "sunr");
|
||||
param_f(distance_per_rug, "sunf");
|
||||
}
|
||||
|
||||
int readArgs() {
|
||||
|
Loading…
Reference in New Issue
Block a user