1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

renamed addparamsaver to param_type

This commit is contained in:
Zeno Rogue
2021-02-01 01:45:10 +01:00
parent 298c051beb
commit b40fc679af
6 changed files with 96 additions and 96 deletions

View File

@@ -701,7 +701,7 @@ EX namespace history {
}) + addHook(hooks_config, 0, [] {
addsaver(autobandhistory, "include history"); // check!
addparamsaver(lvspeed, "lvspeed", "lineview speed");
param_f(lvspeed, "lvspeed", "lineview speed");
addsaver(extra_line_steps, "lineview extension");
addsaver(bandhalf, "band width");