aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/animation.cpp')
-rw-r--r--engines/saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp
index 90d3837ce1..6518044718 100644
--- a/engines/saga/animation.cpp
+++ b/engines/saga/animation.cpp
@@ -320,7 +320,7 @@ void Anim::clearCutaway(void) {
_vm->_interface->restoreMode();
_vm->_gfx->showCursor(true);
- if (_vm->getGameId() == GID_IHNM_DEMO) {
+ if (_vm->getFeatures() & GF_IHNM_DEMO) {
// Enable the save reminder state after each cutaway for the IHNM demo
_vm->_interface->setSaveReminderState(true);
}