mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +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
|
||||
#define NUMGAMETYPEFREESLOTS 512
|
||||
#define NUMGAMETYPEFREESLOTS 128
|
||||
enum GameType
|
||||
{
|
||||
GT_COOP = 0, // also used in single player
|
||||
|
|
Loading…
Reference in a new issue