mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Cleanup, improve readability of conditionals
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user