summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorHoward Luck <pheenoh@gmail.com>2025-09-27 23:03:27 -0600
committerGitHub <noreply@github.com>2025-09-27 22:03:27 -0700
commit21bff2ba2513845235413c4c36d1bba1cad91c6b (patch)
treef4e7a5428f5120fe74bdad371576d7db5e4dab11 /include/SSystem
parent5dc86158bc15a2f7d7d499d38d388be1d997e750 (diff)
d_a_obj_ss_drink equivalent (#2708)
* d_a_obj_ss_drink equivalent * SomeFunc -> ProcessFunc * fixes for taka * rm FLT_MIN * G_CM3D_F_INF
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_bg_s_gnd_chk.h2
-rw-r--r--include/SSystem/SComponent/c_m3d.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_gnd_chk.h b/include/SSystem/SComponent/c_bg_s_gnd_chk.h
index 1f27a29196..8bcf4f3181 100644
--- a/include/SSystem/SComponent/c_bg_s_gnd_chk.h
+++ b/include/SSystem/SComponent/c_bg_s_gnd_chk.h
@@ -24,6 +24,6 @@ public:
/* 0x30 */ u32 mFlags;
/* 0x34 */ f32 mNowY;
/* 0x38 */ u32 mWallPrecheck;
-};
+}; // size 0x3C
#endif /* C_BG_S_GND_CHK_H */
diff --git a/include/SSystem/SComponent/c_m3d.h b/include/SSystem/SComponent/c_m3d.h
index e5ef0597a0..ebeb889fd4 100644
--- a/include/SSystem/SComponent/c_m3d.h
+++ b/include/SSystem/SComponent/c_m3d.h
@@ -19,6 +19,7 @@ struct cM3d_Range {
/* 0x4 */ f32 mMax;
};
+#define G_CM3D_F_INF (1000000000.0f)
extern const f32 G_CM3D_F_ABS_MIN;
static void cM3d_InDivPos1(const Vec*, const Vec*, f32, Vec*);