mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- increase replay stream & player count to 16
This commit is contained in:
parent
631870f1ed
commit
b066a66b8c
@ -4,7 +4,11 @@
|
||||
// DRIVER 2 game engine limits
|
||||
// please populate this file only with engine limits during refactoring
|
||||
|
||||
#ifndef PSX
|
||||
#define MAX_PLAYERS 16 // used for replay streams mostly
|
||||
#else
|
||||
#define MAX_PLAYERS 8 // used for replay streams mostly
|
||||
#endif
|
||||
|
||||
#define MAX_MODEL_SLOTS 1536 // DO NOT CHANGE. No effect in upping it - limited by cell types
|
||||
#define MAX_CARS 20
|
||||
|
Loading…
Reference in New Issue
Block a user