Fix C4ID parameters to engine functions.

heavy-resources
Sven Eberhardt 2014-04-20 18:43:29 +02:00
parent 4266b370d6
commit b8cd437fc9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ C4Object * C4Value::_getObj() const
C4Def * C4Value::getDef() const
{
return CheckConversion(C4V_Object) ? Data.PropList->GetDef() : NULL;
return CheckConversion(C4V_Def) ? Data.PropList->GetDef() : NULL;
}
C4Def * C4Value::_getDef() const