fixed: APROP_StencilColor was not implemented for CheckActorProperty.

This commit is contained in:
Christoph Oelckers 2014-03-31 16:39:34 +02:00
parent bd3bd0ed22
commit edcc257667
1 changed files with 1 additions and 0 deletions

View File

@ -3904,6 +3904,7 @@ int DLevelScript::CheckActorProperty (int tid, int property, int value)
case APROP_MeleeRange: case APROP_MeleeRange:
case APROP_ViewHeight: case APROP_ViewHeight:
case APROP_AttackZOffset: case APROP_AttackZOffset:
case APROP_StencilColor:
return (GetActorProperty(tid, property, NULL, 0) == value); return (GetActorProperty(tid, property, NULL, 0) == value);
// Boolean values need to compare to a binary version of value // Boolean values need to compare to a binary version of value