From fa019b0ee6a6a095184285a1e895f1beba0933a9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 3 May 2009 04:30:18 +0000 Subject: Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1. svn-id: r40249 --- 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 802db3fdd9..2d9f2c91ab 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -444,7 +444,7 @@ void AGOSEngine::o_process() { #ifdef __DS__ // HACK: Skip scene of Simon reading letter from Calypso // due to speech segment been too large to fit into memory - if (getGameType() == GType_SIMON1 && sub->id == 2922) { + if (getGameType() == GType_SIMON1 && (getFeatures() & GF_TALKIE) && sub->id == 2922) { // set parent special _noParentNotify = true; setItemParent(derefItem(16), me()); -- cgit v1.2.3