1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 04:48:06 +00:00

in multi config, replace DARKEN with MAYDARK

This commit is contained in:
Zeno Rogue
2025-11-11 18:47:31 +01:00
parent 91d5b1072a
commit c14d5488e8

View File

@@ -414,7 +414,7 @@ struct shmup_configurer {
void operator()() {
#if CAP_SDL
cmode = sm::SHMUPCONFIG | sm::SIDE | sm::DARKEN;
cmode = sm::SHMUPCONFIG | sm::SIDE | sm::MAYDARK;
gamescreen();
dialog::init(XLAT("keyboard & joysticks"));
auto& cmdlist = shmup::on ? (WDIM == 3 ? playercmds_shmup3 : playercmds_shmup) : playercmds_turn;