mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
shmup:: rewritten shmup configuration in OOP style
This commit is contained in:
@@ -97,7 +97,6 @@ void initgame() {
|
||||
DEBB(DF_INIT, (debugfile,"initGame\n"));
|
||||
callhooks(hooks_initgame);
|
||||
|
||||
if(!safety) multi::players = vid.scfg.players;
|
||||
if(multi::players < 1 || multi::players > MAXPLAYER)
|
||||
multi::players = 1;
|
||||
multi::whereto[0].d = MD_UNDECIDED;
|
||||
|
||||
Reference in New Issue
Block a user