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 2c6986f1cc
commit ae4ad9f477
40 changed files with 146 additions and 61 deletions
+1 -1
View File
@@ -879,7 +879,7 @@ bool daNpc_Lud_c::afterSetMotionAnm(int param_0, int param_1, f32 param_2, int p
if (mCreating == true) {
param_2 = 0.0f;
}
setBowlAnm(param_0, param_1, param_2);
return setBowlAnm(param_0, param_1, param_2);
}
int daNpc_Lud_c::selectAction() {