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

fixed the multiplayer config screen

This commit is contained in:
Zeno Rogue
2019-06-13 11:01:39 +02:00
parent 47d8255b8a
commit 45c39c6fd8
2 changed files with 6 additions and 2 deletions

View File

@@ -529,6 +529,7 @@ void showChangeMode() {
dialog::addBoolItem(XLAT(SHMUPTITLE), shmup::on, 's');
dialog::addBoolItem(XLAT("multiplayer"), multi::players > 1, 'm');
dialog::add_action_push(multi::showConfigureMultiplayer);
if(!shmup::on) dialog::addSelItem(XLAT("hardcore mode"),
hardcore && !pureHardcore() ? XLAT("PARTIAL") : ONOFF(hardcore), 'h');
if(getcstat == 'h')