mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-07 08:52:01 +00:00
Make NUMGAMETYPEFREESLOTS lower because netcode
This commit is contained in:
parent
aa619e1b34
commit
45580ce557
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ enum TypeOfLevel
|
||||||
};
|
};
|
||||||
|
|
||||||
// Gametypes
|
// Gametypes
|
||||||
#define NUMGAMETYPEFREESLOTS 512
|
#define NUMGAMETYPEFREESLOTS 128
|
||||||
enum GameType
|
enum GameType
|
||||||
{
|
{
|
||||||
GT_COOP = 0, // also used in single player
|
GT_COOP = 0, // also used in single player
|
||||||
|
|
Loading…
Reference in a new issue