Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.

svn-id: r40249
This commit is contained in:
Travis Howell 2009-05-03 04:30:18 +00:00
parent b73fb35203
commit fa019b0ee6

View file

@ -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());