mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-28 09:54:52 +00:00
typo fixed
This commit is contained in:
parent
cf0245ab4f
commit
d91d6e8a5a
@ -1784,7 +1784,7 @@ EX void initConfig() {
|
||||
param_f(anims::period, "animperiod");
|
||||
|
||||
param_b(unlock_all, "unlock_all")
|
||||
-> editable("allow access to all unlockable contant", 'U');
|
||||
-> editable("allow access to all unlockable content", 'U');
|
||||
|
||||
param_b(use_custom_land_list, "customland_use")->be_non_editable();
|
||||
for(int i=0; i<landtypes; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user