mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user