aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2015-07-04 00:41:49 +0300
committerFilippos Karapetis2015-07-04 00:42:26 +0300
commit62d0fed9a766f5177af0ce0964420d8a392a0bd9 (patch)
tree7d769e819c9a189df2ed25ea4621ba04a5a35d98 /engines
parent7a7c2ad61ea461c5c7185e5595cdacb2c9cde021 (diff)
downloadscummvm-rg350-62d0fed9a766f5177af0ce0964420d8a392a0bd9.tar.gz
scummvm-rg350-62d0fed9a766f5177af0ce0964420d8a392a0bd9.tar.bz2
scummvm-rg350-62d0fed9a766f5177af0ce0964420d8a392a0bd9.zip
SHERLOCK: SS: Remove leftover code
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/scalpel/scalpel_map.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sherlock/scalpel/scalpel_map.cpp b/engines/sherlock/scalpel/scalpel_map.cpp
index efb5e80d0f..6da52e687f 100644
--- a/engines/sherlock/scalpel/scalpel_map.cpp
+++ b/engines/sherlock/scalpel/scalpel_map.cpp
@@ -90,10 +90,6 @@ void ScalpelMap::loadSequences(int count, const byte *seq) {
}
void ScalpelMap::loadData() {
- // TODO: Remove this
- if (_vm->getGameID() == GType_RoseTattoo)
- return;
-
// Load the list of location names
Common::SeekableReadStream *txtStream = _vm->_res->load("chess.txt");