aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-09 16:46:39 -0400
committerPaul Gilbert2015-05-09 16:46:39 -0400
commit3b76b8634a8272caf6a188527d88a5c5eb9ae5d1 (patch)
treed22e7d9639abca4bb8432406128c536442d912ba /engines/sherlock/scalpel
parent7107789c473a96678f408902b1a3b6eb2c86f69f (diff)
downloadscummvm-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.cpp2
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)