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