From 1b96899afcd78da0bf026f407df08de764f726eb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 24 Feb 2018 15:50:23 -0500 Subject: XEEN: Swords of Xeen doesn't have any dreams --- engines/xeen/swordsofxeen/swordsofxeen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3