- 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:
parent
6e0defdc69
commit
f72ebe6768
3 changed files with 41 additions and 4 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue