Skip to content

Commit

Permalink
SHERLOCK: Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 9, 2015
1 parent 7107789 commit 3b76b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/scalpel/scalpel.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 3b76b86

Please sign in to comment.