Skip to content

Commit

Permalink
MAX_FX bumped to 256 from 128 for sp
Browse files Browse the repository at this point in the history
  • Loading branch information
TwelveEyes committed Jun 23, 2024
1 parent 47f74fd commit 93ce3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ typedef struct {

#define MAX_SUBMODELS 512 // nine bits

#define MAX_FX 128
#define MAX_FX 256 // was 128

#ifdef JK2_MODE
#define MAX_WORLD_FX (4)
Expand All @@ -658,9 +658,9 @@ Ghoul2 Insert End
*/

#ifdef JK2_MODE
#define MAX_CONFIGSTRINGS (1024)
#define MAX_CONFIGSTRINGS (1152)//1024
#else
#define MAX_CONFIGSTRINGS 1300//1024 //rww - I had to up this for terrains
#define MAX_CONFIGSTRINGS 1400//1300//1024 //rww - I had to up this for terrains
#endif // JK2_MODE

// these are the only configstrings that the system reserves, all the
Expand Down

0 comments on commit 93ce3b2

Please sign in to comment.