1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

CAP_SAVE guards for casual

This commit is contained in:
Zeno Rogue
2021-06-01 10:10:13 +02:00
parent 0283eaa252
commit 0698336354
3 changed files with 6 additions and 0 deletions

View File

@@ -742,8 +742,10 @@ EX void showChangeMode() {
dialog::addBoolItem(XLAT("multiplayer"), multi::players > 1, 'm');
dialog::add_action_push(multi::showConfigureMultiplayer);
#if CAP_SAVE
dialog::addSelItem(XLAT("casual mode"), ONOFF(casual), 'C');
dialog::add_action(switch_casual);
#endif
if(!shmup::on) {
dialog::addSelItem(XLAT("hardcore mode"),