fix functions not returning values (#3018)

This commit is contained in:
Jcw87
2026-01-05 03:55:35 -08:00
committed by GitHub
parent 767e3ba17e
commit 22dc7a37db
10 changed files with 65 additions and 23 deletions
+7
View File
@@ -9,9 +9,16 @@ class JUTTexture;
enum J2DTextureBase {
TEXTUREBASE_0 = 0,
TEXTUREBASE_1 = 1,
TEXTUREBASE_2 = 2,
TEXTUREBASE_3 = 3,
};
enum J2DWindowMirror {
WINDOWMIRROR_39 = 39,
WINDOWMIRROR_114 = 114,
WINDOWMIRROR_141 = 141,
WINDOWMIRROR_216 = 216,
};
/**
+1 -1
View File
@@ -100,7 +100,7 @@ public:
static cutFunc mCutList[];
private:
/* 0xE40 */ u8 field_0xE40[0xE44 - 0xE40];
/* 0xE40 */ int field_0xE40;
/* 0xE44 */ dCcD_Cyl mCyl;
/* 0xF80 */ u8 mType;
/* 0xF84 */ daStartAndGoal_c* field_0xf84;
+1
View File
@@ -46,6 +46,7 @@ public:
};
Bgc_c();
static void chk_wall_touch(const fopAc_ac_c*, const daObjBm_c::BgcSrc_c*, short);
void wall_pos(fopAc_ac_c const*, daObjBm_c::BgcSrc_c const*, int, s16, f32);
bool chk_wall_pre(fopAc_ac_c const*, daObjBm_c::BgcSrc_c const*, int, s16);