fix functions not returning values (#2942)

* fix functions not returning values

* implement functions that should return values
This commit is contained in:
Jcw87
2025-12-11 15:31:44 -08:00
committed by GitHub
parent b278ac8fb0
commit d9ca13c7b5
40 changed files with 146 additions and 61 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ static BOOL pl_check(daE_SM_c* i_this, f32 param_2) {
return FALSE;
}
static BOOL move_check(daE_SM_c* i_this, int* param_2) {
static void move_check(daE_SM_c* i_this, int* param_2) {
*param_2 = -1;
if (pl_check(i_this, i_this->field_0x970)) {