1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed a bug in shmup_configurer

This commit is contained in:
Zeno Rogue 2018-11-19 11:03:22 +01:00
parent 1b74522d08
commit dee96fc008

View File

@ -343,7 +343,7 @@ struct shmup_configurer {
bool shmupcfg;
int playercfg;
shmup_configurer() { shmupcfg = shmup::on; players = multi::players; }
shmup_configurer() { shmupcfg = shmup::on; playercfg = multi::players; }
void operator()() {
#if CAP_SDL