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:
@@ -1023,11 +1023,11 @@ u32 daNpc_Kn_c::setParamTeach05() {
|
||||
}
|
||||
|
||||
u32 daNpc_Kn_c::setParamTeach06() {
|
||||
setParamTeach05();
|
||||
return setParamTeach05();
|
||||
}
|
||||
|
||||
u32 daNpc_Kn_c::setParamTeach07() {
|
||||
setParamTeach05();
|
||||
return setParamTeach05();
|
||||
}
|
||||
|
||||
void daNpc_Kn_c::setAfterTalkMotion() {
|
||||
|
||||
Reference in New Issue
Block a user