diff options
| author | Paul Gilbert | 2017-06-12 08:16:29 -0400 |
|---|---|---|
| committer | Paul Gilbert | 2017-06-12 08:16:29 -0400 |
| commit | 12f53ca59979c31d57587c8be643fd33761f7570 (patch) | |
| tree | 270e377898352a3a5c6c871cca9504a62adb925f | |
| parent | 9c21bb9d1e175022dc6372a3237f7494768618d3 (diff) | |
| download | scummvm-rg350-12f53ca59979c31d57587c8be643fd33761f7570.tar.gz scummvm-rg350-12f53ca59979c31d57587c8be643fd33761f7570.tar.bz2 scummvm-rg350-12f53ca59979c31d57587c8be643fd33761f7570.zip | |
TITANIC: Add missing addNode to WC_ABSTRACT handling
| -rw-r--r-- | engines/titanic/true_talk/tt_parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_parser.cpp b/engines/titanic/true_talk/tt_parser.cpp index 88a5ec3614..c36eef847b 100644 --- a/engines/titanic/true_talk/tt_parser.cpp +++ b/engines/titanic/true_talk/tt_parser.cpp @@ -612,6 +612,7 @@ int TTparser::loadRequests(TTword *word) { if (status != 1) { addToConceptList(word); + addNode(SEEK_STATE); addNode(SEEK_MODIFIERS); } break; |
