From 12f53ca59979c31d57587c8be643fd33761f7570 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 12 Jun 2017 08:16:29 -0400 Subject: TITANIC: Add missing addNode to WC_ABSTRACT handling --- engines/titanic/true_talk/tt_parser.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3