mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-25 08:02:04 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -51,7 +51,7 @@ int daE_DF_c::CreateHeap() {
|
||||
|
||||
static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
daE_DF_c* actor = static_cast<daE_DF_c*>(i_this);
|
||||
actor->CreateHeap();
|
||||
return actor->CreateHeap();
|
||||
}
|
||||
|
||||
void daE_DF_c::initCcCylinder() {
|
||||
|
||||
Reference in New Issue
Block a user