mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Make NUMGAMETYPEFREESLOTS lower because netcode
This commit is contained in:
parent
b6b98cd464
commit
c75d0efce9
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…
Add table
Reference in a new issue