mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
Fix G_CM3D_F_INF define
This commit is contained in:
@@ -22,7 +22,7 @@ extern const f32 G_CM3D_F_ABS_MIN;
|
||||
#if VERSION == VERSION_DEMO
|
||||
extern const f32 G_CM3D_F_INF;
|
||||
#else
|
||||
#define G_CM3D_F_INF 1e+9f
|
||||
#define G_CM3D_F_INF (1000000000.0f)
|
||||
#endif
|
||||
|
||||
extern const u32 BPCP_OUTCODE0;
|
||||
|
||||
Reference in New Issue
Block a user