mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-10 11:05:07 -04:00
More -Wpointer-arith fixes
This commit is contained in:
@@ -659,7 +659,7 @@ int daE_DF_c::Create() {
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
|
||||
if (fopAcM_entrySolidHeap(this, useHeapInit, 0x1a40) == NULL) {
|
||||
if (fopAcM_entrySolidHeap(this, useHeapInit, 0x1a40) == false) {
|
||||
return cPhs_ERROR_e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user