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 8c11ddac1a..0d65d2f191 100644
--- a/engines/saga/animation.cpp
+++ b/engines/saga/animation.cpp
@@ -324,7 +324,7 @@ void Anim::clearCutaway() {
_vm->_interface->restoreMode();
_vm->_gfx->showCursor(true);
- if (_vm->getFeatures() & GF_IHNM_DEMO) {
+ if (_vm->isIHNMDemo()) {
// Enable the save reminder state after each cutaway for the IHNM demo
_vm->_interface->setSaveReminderState(true);
}