Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.
svn-id: r40249
This commit is contained in:
parent
b73fb35203
commit
fa019b0ee6
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue