mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed a bug in shmup_configurer
This commit is contained in:
parent
1b74522d08
commit
dee96fc008
@ -343,7 +343,7 @@ struct shmup_configurer {
|
|||||||
bool shmupcfg;
|
bool shmupcfg;
|
||||||
int playercfg;
|
int playercfg;
|
||||||
|
|
||||||
shmup_configurer() { shmupcfg = shmup::on; players = multi::players; }
|
shmup_configurer() { shmupcfg = shmup::on; playercfg = multi::players; }
|
||||||
|
|
||||||
void operator()() {
|
void operator()() {
|
||||||
#if CAP_SDL
|
#if CAP_SDL
|
||||||
|
Loading…
Reference in New Issue
Block a user