mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-26 13:51:33 +00:00
Fixed: StartConversation didn't check for a valid target.
SVN r165 (trunk)
This commit is contained in:
parent
31a9e80ba0
commit
6ca6cf011c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ special
|
|||
14:Door_Animated(3),
|
||||
15:Autosave(0),
|
||||
17:Thing_Raise(1),
|
||||
18:StartConversation(1),
|
||||
18:StartConversation(1,2),
|
||||
33:ForceField(0),
|
||||
34:ClearForceField(1),
|
||||
38:Ceiling_Waggle(5),
|
||||
|
|
Loading…
Reference in a new issue