mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
FIX: Increased the maximum actor limit for draw distance
Fix issue #529
This commit is contained in:
parent
375932f43b
commit
0fc75bb873
@ -6,7 +6,7 @@
|
||||
#include "z64math.h"
|
||||
#include "z64collision_check.h"
|
||||
|
||||
#define ACTOR_NUMBER_MAX 200
|
||||
#define ACTOR_NUMBER_MAX 2000
|
||||
#define INVISIBLE_ACTOR_MAX 20
|
||||
#define AM_FIELD_SIZE 0x27A0
|
||||
#define MASS_IMMOVABLE 0xFF // Cannot be pushed by OC collisions
|
||||
|
Loading…
Reference in New Issue
Block a user