From 16259a52e335fe2b75bb260e433c55e9c0b1360f Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 19 Apr 2013 00:46:19 +0200 Subject: HOPKINS: Remove dead code in ScriptManager --- engines/hopkins/script.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/hopkins/script.cpp') diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp index 6167ac4c23..b27546778f 100644 --- a/engines/hopkins/script.cpp +++ b/engines/hopkins/script.cpp @@ -65,8 +65,6 @@ int ScriptManager::handleOpcode(const byte *dataP) { mesgId = 639; if (mesgId == 8) mesgId = 637; - if (mesgId == 53) - mesgId = 644; if (mesgId == 557) mesgId = 636; if (mesgId == 51) @@ -99,8 +97,6 @@ int ScriptManager::handleOpcode(const byte *dataP) { mesgId = 646; if (mesgId == 604) mesgId = 647; - if (mesgId == 51) - mesgId = 644; if (mesgId == 607) mesgId = 650; if (mesgId == 605) -- cgit v1.2.3