- Added PCD_SCRIPTWAITNAMED p-code.

SVN r3756 (trunk)
This commit is contained in:
Randy Heit 2012-07-11 04:00:04 +00:00
commit 616672237d
2 changed files with 8 additions and 2 deletions

View file

@ -5311,6 +5311,11 @@ scriptwait:
pc++;
goto scriptwait;
case PCD_SCRIPTWAITNAMED:
statedata = -FName(FBehavior::StaticLookupString(STACK(1)));
sp--;
goto scriptwait;
case PCD_CLEARLINESPECIAL:
if (activationline != NULL)
{