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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user