aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-01 16:06:45 -1000
committerPaul Gilbert2015-05-01 16:06:45 -1000
commitcce0b5583160f1ea2aee2b294527e036165a84f1 (patch)
treeafd451865cf046437e1cc8c4efe1c950605f959d
parent9fd73d0b9a689166aed05fc36f39307ac016bcb9 (diff)
downloadscummvm-rg350-cce0b5583160f1ea2aee2b294527e036165a84f1.tar.gz
scummvm-rg350-cce0b5583160f1ea2aee2b294527e036165a84f1.tar.bz2
scummvm-rg350-cce0b5583160f1ea2aee2b294527e036165a84f1.zip
SHERLOCK: Extra comments for methods in ScalpelEngine
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index c0910c52a1..5274cbbec4 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -246,6 +246,9 @@ void ScalpelEngine::showOpening() {
_sound->stopMusic();
}
+/**
+ * Show the starting city cutscene which shows the game title
+ */
bool ScalpelEngine::showCityCutscene() {
byte palette[PALETTE_SIZE];
@@ -318,6 +321,9 @@ bool ScalpelEngine::showCityCutscene() {
return finished;
}
+/**
+ * Show the back alley where the initial murder takes place
+ */
bool ScalpelEngine::showAlleyCutscene() {
byte palette[PALETTE_SIZE];
_sound->playMusic("prolog2.mus");
@@ -355,6 +361,9 @@ bool ScalpelEngine::showAlleyCutscene() {
return finished;
}
+/**
+ * Show the Baker Street outside cutscene
+ */
bool ScalpelEngine::showStreetCutscene() {
_titleOverride = "TITLE.LIB";
_soundOverride = "TITLE.SND";
@@ -408,6 +417,9 @@ bool ScalpelEngine::scrollCredits() {
return true;
}
+/**
+ * Show Holmes and Watson at the breakfast table, lestrade's note, and then the scrolling credits
+ */
bool ScalpelEngine::showOfficeCutscene() {
_sound->playMusic("PROLOG4.MUS");
_titleOverride = "TITLE2.LIB";