XEEN: Swords of Xeen doesn't have any dreams

This commit is contained in:
Paul Gilbert 2018-02-24 15:50:23 -05:00
parent 2fe8c94180
commit 1b96899afc

View File

@ -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) {