1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

rogueviz:: adjusted for param changes

This commit is contained in:
Zeno Rogue 2021-02-08 23:07:01 +01:00
parent 03a0cc2722
commit 90f3c562eb

View File

@ -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() {