mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -309,7 +309,7 @@ int daObj_Sekizoa_c::Draw() {
|
||||
}
|
||||
|
||||
int daObj_Sekizoa_c::createHeapCallBack(fopAc_ac_c* i_this) {
|
||||
static_cast<daObj_Sekizoa_c*>(i_this)->CreateHeap();
|
||||
return static_cast<daObj_Sekizoa_c*>(i_this)->CreateHeap();
|
||||
}
|
||||
|
||||
void* daObj_Sekizoa_c::srchSekizoa(void* i_actor, void* i_this) {
|
||||
|
||||
Reference in New Issue
Block a user