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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user