From 88f2bd813e19a478d2f555bc6b2014b2ceab3192 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 2 May 2009 22:59:56 +0000 Subject: Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. svn-id: r40246 --- engines/agos/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/script.cpp') diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp index 3d8b80b659..ac437e4b51 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -110,7 +110,7 @@ void AGOSEngine::o_eq() { #ifdef __DS__ // HACK: Skip attempt to read Calypso's letter manually, // due to speech segment been too large to fit into memory - if (getGameType() == GType_SIMON1 && _currentTable) { + if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE) _currentTable) { if (_currentTable->id == 71 && tmp == 1 && tmp2 == 1) { setScriptCondition(false); return; -- cgit v1.2.3