Cleanup, improve readability of conditionals

This commit is contained in:
LagoLunatic
2026-05-28 20:27:24 -04:00
parent b597e195b4
commit 5cde617f29
6 changed files with 735 additions and 608 deletions
+1
View File
@@ -1219,6 +1219,7 @@ static BOOL useHeapInit(fopAc_ac_c* a_this) {
#if VERSION == VERSION_DEMO
model = i_this->mpMorf->getModel();
#else
// Fakematch?
if (i_this->mpMorf == NULL || (model = i_this->mpMorf->getModel()) == NULL) {
return FALSE;
}