diff options
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 6f7310f573..0b7a9be278 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -505,7 +505,7 @@ void ScalpelEngine::showLBV(const Common::String &filename) { */ void ScalpelEngine::startScene() { if (_scene->_goToScene == 100 || _scene->_goToScene == 98) { - // Chessboard selection + // Show the map if (_sound->_musicOn) { if (_sound->loadSong(100)) { if (_sound->_music) |