mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 08:31:45 +00:00
- backport ACS CheckActorProperty fix from GZDoom.
SVN r3064 (trunk)
This commit is contained in:
parent
bd0378a44b
commit
fb7a45efe4
1 changed files with 3 additions and 0 deletions
|
@ -2829,6 +2829,9 @@ int DLevelScript::CheckActorProperty (int tid, int property, int value)
|
||||||
case APROP_MasterTID:
|
case APROP_MasterTID:
|
||||||
case APROP_TargetTID:
|
case APROP_TargetTID:
|
||||||
case APROP_TracerTID:
|
case APROP_TracerTID:
|
||||||
|
case APROP_WaterLevel:
|
||||||
|
case APROP_ScaleX:
|
||||||
|
case APROP_ScaleY:
|
||||||
return (GetActorProperty(tid, property) == value);
|
return (GetActorProperty(tid, property) == value);
|
||||||
|
|
||||||
// Boolean values need to compare to a binary version of value
|
// Boolean values need to compare to a binary version of value
|
||||||
|
|
Loading…
Reference in a new issue