mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
do not save OSM if not CAP_INV
This commit is contained in:
parent
61c3939cb7
commit
2ccd0fab9c
@ -491,7 +491,9 @@ EX void initConfig() {
|
||||
addsaver(shmup::on, "mode-shmup", false);
|
||||
addsaver(hardcore, "mode-hardcore", false);
|
||||
addsaver(chaosmode, "mode-chaos");
|
||||
#if CAP_INV
|
||||
addsaver(inv::on, "mode-Orb Strategy");
|
||||
#endif
|
||||
addsaverenum(variation, "mode-variation", eVariation::bitruncated);
|
||||
addsaver(peace::on, "mode-peace");
|
||||
addsaver(peace::otherpuzzles, "mode-peace-submode");
|
||||
|
Loading…
Reference in New Issue
Block a user