Adjust extended bounds values
This commit is contained in:
parent
d08507edbb
commit
a68cf17080
|
@ -32,15 +32,15 @@
|
|||
#include "macros.h"
|
||||
|
||||
//set this to the extended bounds mode you want, then do "make clean".
|
||||
#define EXTENDED_BOUNDS_MODE 1
|
||||
#define EXTENDED_BOUNDS_MODE 3
|
||||
|
||||
//the maximum amount of collision surfaces (static and dynamic combined)
|
||||
//8200 should work fine for a 2x extended stage, the vanilla value is 2300
|
||||
#define SURFACE_POOL_SIZE 8200
|
||||
#define SURFACE_POOL_SIZE 0x4000
|
||||
|
||||
//make this approximately (amount of collision cells) + (SURFACE_POOL_SIZE * 3)
|
||||
//22000 should work fine for a 2x extended stage, the vanilla value is 7000
|
||||
#define SURFACE_NODE_POOL_SIZE 22000
|
||||
#define SURFACE_NODE_POOL_SIZE 0x10000
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue