- backport ACS CheckActorProperty fix from GZDoom.

SVN r3064 (trunk)
This commit is contained in:
Christoph Oelckers 2010-12-20 19:13:12 +00:00
parent bd0378a44b
commit fb7a45efe4

View file

@ -2829,6 +2829,9 @@ int DLevelScript::CheckActorProperty (int tid, int property, int value)
case APROP_MasterTID:
case APROP_TargetTID:
case APROP_TracerTID:
case APROP_WaterLevel:
case APROP_ScaleX:
case APROP_ScaleY:
return (GetActorProperty(tid, property) == value);
// Boolean values need to compare to a binary version of value