mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
specialland now has param
This commit is contained in:
parent
4a8eb08340
commit
b20288557e
@ -1388,7 +1388,7 @@ EX void initConfig() {
|
||||
addsaverenum(variation, "mode-variation", eVariation::bitruncated);
|
||||
addsaver(peace::on, "mode-peace");
|
||||
addsaver(peace::otherpuzzles, "mode-peace-submode");
|
||||
addsaverenum(specialland, "land for special modes");
|
||||
param_enum(specialland, "specialland", "land for special modes", specialland);
|
||||
|
||||
addsaver(viewdists, "expansion mode");
|
||||
param_f(backbrightness, "back", "brightness behind sphere");
|
||||
|
Loading…
Reference in New Issue
Block a user