Make NUMGAMETYPEFREESLOTS lower because netcode

This commit is contained in:
Jaime Passos 2019-12-18 12:36:54 -03:00
parent aa619e1b34
commit 45580ce557
1 changed files with 1 additions and 1 deletions

View File

@ -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