summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ki.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_ki.cpp')
-rw-r--r--src/d/actor/d_a_ki.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_ki.cpp b/src/d/actor/d_a_ki.cpp
index 1ef5e415..5fc82513 100644
--- a/src/d/actor/d_a_ki.cpp
+++ b/src/d/actor/d_a_ki.cpp
@@ -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;
}