- removed PCD_GetActorZ double check.

This commit is contained in:
Christoph Oelckers 2017-05-31 11:52:51 +02:00
parent 1465102ba0
commit d8d4723ae1
1 changed files with 1 additions and 1 deletions

View File

@ -9537,7 +9537,7 @@ scriptwait:
}
else
{
STACK(1) = DoubleToACS(pcd == PCD_GETACTORX ? actor->X() : pcd == PCD_GETACTORY ? actor->Y() : actor->Z());
STACK(1) = DoubleToACS(pcd == PCD_GETACTORX ? actor->X() : actor->Y());
}
}
break;