- Fixed: Disable ifitem jumping if a link isn't specified since an invalid value can cause a crash.
This commit is contained in:
parent
bb494292c6
commit
7e76fb0078
2 changed files with 2 additions and 1 deletions
|
|
@ -288,6 +288,7 @@ class USDFParser : public UDMFParserBase
|
|||
//node->ItemCheckCount[0] = node->ItemCheckCount[1] = node->ItemCheckCount[2] = -1;
|
||||
|
||||
node->ThisNodeNum = StrifeDialogues.Push(node);
|
||||
node->ItemCheckNode = -1;
|
||||
|
||||
FString SpeakerName;
|
||||
FString Dialogue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue