1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 08:52:19 +00:00

param_f for levellines

This commit is contained in:
Zeno Rogue
2021-10-07 12:39:49 +02:00
parent 4a904b73c5
commit 8bdf5aa404

View File

@@ -1050,7 +1050,7 @@ EX void initConfig() {
callhooks(hooks_configfile);
#if CAP_SHOT
addsaver(levellines, "levellines");
param_f(levellines, "levellines", 0);
#endif
#if CAP_CONFIG