mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -439,7 +439,7 @@ int daNpcChin_c::ctrlJoint(J3DJoint* i_joint, J3DModel* i_model) {
|
||||
|
||||
int daNpcChin_c::createHeapCallBack(fopAc_ac_c* i_this) {
|
||||
daNpcChin_c* chin = (daNpcChin_c*)i_this;
|
||||
chin->CreateHeap();
|
||||
return chin->CreateHeap();
|
||||
}
|
||||
|
||||
int daNpcChin_c::ctrlJointCallBack(J3DJoint* i_joint, int param_1) {
|
||||
|
||||
Reference in New Issue
Block a user