From dd6794095bdc26b36f262f4e6e39c3c992a60efe Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 7 Jan 2019 18:48:57 -0800 Subject: TITANIC: Fix some incorrect switch fall throughs --- engines/titanic/true_talk/tt_parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/true_talk') diff --git a/engines/titanic/true_talk/tt_parser.cpp b/engines/titanic/true_talk/tt_parser.cpp index 4abe9e52b1..e34b1b8ab0 100644 --- a/engines/titanic/true_talk/tt_parser.cpp +++ b/engines/titanic/true_talk/tt_parser.cpp @@ -689,6 +689,7 @@ int TTparser::loadRequests(TTword *word) { default: break; } + break; case WC_ADJECTIVE: if (word->_id == 304) { -- cgit v1.2.3