mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
"Unfortunetly, 2560x1600 is not supported."
git-svn-id: https://svn.eduke32.com/eduke32@677 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
91145d9582
commit
f90f48e439
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ extern "C" {
|
||||||
#define MAXVOXELS 4096
|
#define MAXVOXELS 4096
|
||||||
#define MAXSTATUS 1024
|
#define MAXSTATUS 1024
|
||||||
#define MAXPLAYERS 16
|
#define MAXPLAYERS 16
|
||||||
#define MAXXDIM 2048
|
#define MAXXDIM 3072
|
||||||
#define MAXYDIM 1536
|
#define MAXYDIM 2304
|
||||||
#define MAXPALOOKUPS 256
|
#define MAXPALOOKUPS 256
|
||||||
#define MAXPSKYTILES 256
|
#define MAXPSKYTILES 256
|
||||||
#define MAXSPRITESONSCREEN 4096
|
#define MAXSPRITESONSCREEN 4096
|
||||||
|
|
Loading…
Reference in a new issue