mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Reduce MAXVOXELS to 1024.
git-svn-id: https://svn.eduke32.com/eduke32@6292 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d37c26cc2a
commit
8932251ad2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ enum rendmode_t {
|
||||||
#define MAXTILES 30720
|
#define MAXTILES 30720
|
||||||
#define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end
|
#define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end
|
||||||
|
|
||||||
#define MAXVOXELS 4096
|
#define MAXVOXELS 1024
|
||||||
#define MAXSTATUS 1024
|
#define MAXSTATUS 1024
|
||||||
#define MAXPLAYERS 16
|
#define MAXPLAYERS 16
|
||||||
// Maximum number of component tiles in a multi-psky:
|
// Maximum number of component tiles in a multi-psky:
|
||||||
|
|
Loading…
Reference in a new issue