diff options
author | Strangerke | 2013-04-19 00:46:19 +0200 |
---|---|---|
committer | Strangerke | 2013-04-19 00:46:49 +0200 |
commit | 16259a52e335fe2b75bb260e433c55e9c0b1360f (patch) | |
tree | da575a548142c5e60819aaa69e5c16041ce520da /engines/hopkins | |
parent | aa140c49823a7f332808970dcaf733b091d94f2f (diff) | |
download | scummvm-rg350-16259a52e335fe2b75bb260e433c55e9c0b1360f.tar.gz scummvm-rg350-16259a52e335fe2b75bb260e433c55e9c0b1360f.tar.bz2 scummvm-rg350-16259a52e335fe2b75bb260e433c55e9c0b1360f.zip |
HOPKINS: Remove dead code in ScriptManager
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/script.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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) |