increase cell_height and floor_lower limits
a change from ckosmic's fork that went past my radar
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
#define LEVEL_BOUNDARY_MAX 0x2000
|
#define LEVEL_BOUNDARY_MAX 0x2000
|
||||||
#define CELL_SIZE 0x400
|
#define CELL_SIZE 0x400
|
||||||
|
|
||||||
#define CELL_HEIGHT_LIMIT 20000.f
|
#define CELL_HEIGHT_LIMIT 100000.f
|
||||||
#define FLOOR_LOWER_LIMIT -11000.f
|
#define FLOOR_LOWER_LIMIT -110000.f
|
||||||
|
|
||||||
s32 f32_find_wall_collision(f32 *xPtr, f32 *yPtr, f32 *zPtr, f32 offsetY, f32 radius);
|
s32 f32_find_wall_collision(f32 *xPtr, f32 *yPtr, f32 *zPtr, f32 offsetY, f32 radius);
|
||||||
s32 find_wall_collisions(struct SM64WallCollisionData *colData);
|
s32 find_wall_collisions(struct SM64WallCollisionData *colData);
|
||||||
|
|||||||
Reference in New Issue
Block a user