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/npcs/deskbot.cpp | 1 + engines/titanic/true_talk/tt_parser.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'engines/titanic') diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp index c23fefce91..825e12922f 100644 --- a/engines/titanic/npcs/deskbot.cpp +++ b/engines/titanic/npcs/deskbot.cpp @@ -204,6 +204,7 @@ bool CDeskbot::TrueTalkTriggerActionMsg(CTrueTalkTriggerActionMsg *msg) { default: break; } + break; case 20: if (getPassengerClass() == 1) { 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