mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
MAXSPLITS 200 to 32
This commit is contained in:
parent
848c3d4f7a
commit
565207ec08
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ extern UINT8 demo_writerng;
|
|||
#define DXD_PST_SPECTATING 0x02
|
||||
#define DXD_PST_LEFT 0x03
|
||||
|
||||
#define MAXSPLITS (200)
|
||||
#define MAXSPLITS (32)
|
||||
|
||||
boolean G_CompatLevel(UINT16 level);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue