diff options
author | Paul Gilbert | 2015-05-09 16:46:39 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-05-09 16:46:39 -0400 |
commit | 3b76b8634a8272caf6a188527d88a5c5eb9ae5d1 (patch) | |
tree | d22e7d9639abca4bb8432406128c536442d912ba /engines/sherlock/scalpel | |
parent | 7107789c473a96678f408902b1a3b6eb2c86f69f (diff) | |
download | scummvm-rg350-3b76b8634a8272caf6a188527d88a5c5eb9ae5d1.tar.gz scummvm-rg350-3b76b8634a8272caf6a188527d88a5c5eb9ae5d1.tar.bz2 scummvm-rg350-3b76b8634a8272caf6a188527d88a5c5eb9ae5d1.zip |
SHERLOCK: Fix incorrect comment
Diffstat (limited to 'engines/sherlock/scalpel')
-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) |