mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- Added initial state for "multiplayernext" to prevent possible initialization errors.
This commit is contained in:
parent
4c5723c10a
commit
49cccfae42
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ bool viewactive;
|
|||
|
||||
bool netgame; // only true if packets are broadcast
|
||||
bool multiplayer;
|
||||
bool multiplayernext; // [SP] MPMap implementation
|
||||
bool multiplayernext = false; // [SP] MPMap implementation
|
||||
player_t players[MAXPLAYERS];
|
||||
bool playeringame[MAXPLAYERS];
|
||||
|
||||
|
|
Loading…
Reference in a new issue