aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-24 15:50:23 -0500
committerPaul Gilbert2018-02-24 15:50:23 -0500
commit1b96899afcd78da0bf026f407df08de764f726eb (patch)
treeba4f4d5efd62557545442fe897377a89e7749fc1
parent2fe8c9418020d3a36e31db85013de04734237e93 (diff)
downloadscummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.tar.gz
scummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.tar.bz2
scummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.zip
XEEN: Swords of Xeen doesn't have any dreams
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/swordsofxeen/swordsofxeen.cpp b/engines/xeen/swordsofxeen/swordsofxeen.cpp
index afd846736f..ebe6f74858 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen.cpp
+++ b/engines/xeen/swordsofxeen/swordsofxeen.cpp
@@ -84,7 +84,7 @@ void SwordsOfXeenEngine::death() {
}
void SwordsOfXeenEngine::dream() {
- error("TODO: Swords of Xeen dream sequence, if any");
+ // Swords of Xeen doesn't have any dreams
}
void SwordsOfXeenEngine::showCutscene(const Common::String &name, int status, uint score) {