mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
config:: changed hooks_config to correct hooks_configfile
This commit is contained in:
@@ -698,7 +698,7 @@ EX namespace history {
|
||||
history::path_for_lineanimation.clear();
|
||||
history::saved_ends = 0;
|
||||
history::includeHistory = false;
|
||||
}) + addHook(hooks_config, 0, [] {
|
||||
}) + addHook(hooks_configfile, 0, [] {
|
||||
|
||||
addsaver(autobandhistory, "include history"); // check!
|
||||
param_f(lvspeed, "lvspeed", "lineview speed");
|
||||
|
Reference in New Issue
Block a user