increase cell_height and floor_lower limits

a change from ckosmic's fork that went past my radar
This commit is contained in:
headshot2017
2023-02-03 19:25:11 -04:00
parent e7b3421fef
commit 80b710f482
+2 -2
View File
@@ -9,8 +9,8 @@
#define LEVEL_BOUNDARY_MAX 0x2000
#define CELL_SIZE 0x400
#define CELL_HEIGHT_LIMIT 20000.f
#define FLOOR_LOWER_LIMIT -11000.f
#define CELL_HEIGHT_LIMIT 100000.f
#define FLOOR_LOWER_LIMIT -110000.f
s32 f32_find_wall_collision(f32 *xPtr, f32 *yPtr, f32 *zPtr, f32 offsetY, f32 radius);
s32 find_wall_collisions(struct SM64WallCollisionData *colData);