[Scummvm-git-logs] scummvm master -> 12f53ca59979c31d57587c8be643fd33761f7570

dreammaster dreammaster at scummvm.org
Mon Jun 12 14:16:39 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
12f53ca599 TITANIC: Add missing addNode to WC_ABSTRACT handling


Commit: 12f53ca59979c31d57587c8be643fd33761f7570
    https://github.com/scummvm/scummvm/commit/12f53ca59979c31d57587c8be643fd33761f7570
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-12T08:16:29-04:00

Commit Message:
TITANIC: Add missing addNode to WC_ABSTRACT handling

Changed paths:
    engines/titanic/true_talk/tt_parser.cpp


diff --git a/engines/titanic/true_talk/tt_parser.cpp b/engines/titanic/true_talk/tt_parser.cpp
index 88a5ec3..c36eef8 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;





More information about the Scummvm-git-logs mailing list