diff options
-rw-r--r-- | engines/sherlock/scalpel/scalpel_map.cpp | 4 |
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"); |