mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-28 14:52:01 +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 netgame; // only true if packets are broadcast
|
||||||
bool multiplayer;
|
bool multiplayer;
|
||||||
bool multiplayernext; // [SP] MPMap implementation
|
bool multiplayernext = false; // [SP] MPMap implementation
|
||||||
player_t players[MAXPLAYERS];
|
player_t players[MAXPLAYERS];
|
||||||
bool playeringame[MAXPLAYERS];
|
bool playeringame[MAXPLAYERS];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue