diff options
Diffstat (limited to 'engines/titanic/true_talk/tt_parser.cpp')
-rw-r--r-- | engines/titanic/true_talk/tt_parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_parser.cpp b/engines/titanic/true_talk/tt_parser.cpp index 7c3737b949..cb12e04afb 100644 --- a/engines/titanic/true_talk/tt_parser.cpp +++ b/engines/titanic/true_talk/tt_parser.cpp @@ -735,8 +735,8 @@ int TTparser::considerRequests(TTword *word) { bool flag = false; while (word) { - int ecx = 906; - int edx = 12; + //int ecx = 906; + //int edx = 12; if (nodeP->_tag == MKTAG('C', 'O', 'M', 'E')) { addNode(7); |