- Extended map, recordmap, and open commands to accept "dm/coop" as an extra parameter - to open maps in multiplayer mode with the requested ruleset.

This commit is contained in:
Rachael Alexanderson 2016-11-01 03:30:59 -04:00 committed by Christoph Oelckers
commit f72ebe6768
3 changed files with 41 additions and 4 deletions

View file

@ -164,6 +164,7 @@ bool viewactive;
bool netgame; // only true if packets are broadcast
bool multiplayer;
bool multiplayernext = false; // [SP] MPMap implementation
player_t players[MAXPLAYERS];
bool playeringame[MAXPLAYERS];