diff options
| author | Paul Gilbert | 2018-02-24 15:50:23 -0500 |
|---|---|---|
| committer | Paul Gilbert | 2018-02-24 15:50:23 -0500 |
| commit | 1b96899afcd78da0bf026f407df08de764f726eb (patch) | |
| tree | ba4f4d5efd62557545442fe897377a89e7749fc1 /engines/xeen/swordsofxeen | |
| parent | 2fe8c9418020d3a36e31db85013de04734237e93 (diff) | |
| download | scummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.tar.gz scummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.tar.bz2 scummvm-rg350-1b96899afcd78da0bf026f407df08de764f726eb.zip | |
XEEN: Swords of Xeen doesn't have any dreams
Diffstat (limited to 'engines/xeen/swordsofxeen')
| -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) { |
