mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-26 05:01:04 +00:00
CTR/PSP: Increase MAX_EDICTS to 1024
This commit is contained in:
parent
e6cff0c008
commit
b1537dae13
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ extern int psp_system_model;
|
|||
//
|
||||
// per-level limits
|
||||
//
|
||||
#define MAX_EDICTS 600 // FIXME: ouch! ouch! ouch!
|
||||
#define MAX_EDICTS 1024 // note to myself: don't increase this further, 1024 is more than enough. :P
|
||||
#define MAX_LIGHTSTYLES 64
|
||||
#define MAX_MODELS 300 // motolegacy -- nzp protocol(115), uses memory inefficient shorts for model indexes, yay!
|
||||
#define MAX_SOUNDS 256 // so they cannot be blindly increased
|
||||
|
@ -445,4 +445,4 @@ extern func_t EndFrame;
|
|||
extern float gVertexBuffer[VERTEXARRAYSIZE];
|
||||
extern float gColorBuffer[VERTEXARRAYSIZE];
|
||||
extern float gTexCoordBuffer[VERTEXARRAYSIZE];
|
||||
#endif // _3DS
|
||||
#endif // _3DS
|
||||
|
|
Loading…
Reference in a new issue