diff options
| -rw-r--r-- | engines/xeen/swordsofxeen/swordsofxeen.cpp | 2 |
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) { |
