mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 12:27:40 +00:00
fixes to custom land list PTM settings saving
This commit is contained in:
@@ -1727,6 +1727,8 @@ EX void initConfig() {
|
||||
param_i(custom_land_treasure[i], "customland" + its(i) + "t", 100)->be_non_editable();
|
||||
param_i(custom_land_difficulty[i], "customland" + its(i) + "d", 100)->be_non_editable();
|
||||
param_i(custom_land_wandering[i], "customland" + its(i) + "w", 100)->be_non_editable();
|
||||
param_i(custom_land_ptm_runs[i], "customland" + its(i) + "r", 100)->be_non_editable();
|
||||
param_i(custom_land_ptm_mult[i], "customland" + its(i) + "m", 100)->be_non_editable();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user