- 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

@ -71,6 +71,9 @@ extern bool netgame;
// Bot game? Like netgame, but doesn't involve network communication.
extern bool multiplayer;
// [SP] MPMap implementation - invokes fake multiplayer without bots
extern bool multiplayernext;
// Flag: true only if started as net deathmatch.
EXTERN_CVAR (Int, deathmatch)