mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
Added missing fields to StrifeDialogueNode ZScript definition
https://forum.zdoom.org/viewtopic.php?t=59091
This commit is contained in:
parent
9b52c18ef6
commit
23c50540f6
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ struct StrifeDialogueNode native version("2.4")
|
|||
native String Goodbye;
|
||||
|
||||
native StrifeDialogueReply Children;
|
||||
native Name MenuClassName;
|
||||
native String UserData;
|
||||
}
|
||||
|
||||
// FStrifeDialogueReply holds responses the player can give to the NPC
|
||||
|
|
Loading…
Reference in a new issue