aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/gfx.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-05-16 10:36:21 +0000
committerFilippos Karapetis2010-05-16 10:36:21 +0000
commit80acb21a56f6e1a42de6d44de87d24891ded7e80 (patch)
tree64824e515c93e246acc05ed1816663b8f55b8b23 /engines/saga/gfx.cpp
parentb57bab8e3ba0909a253c439296f7f5e9c2bb2150 (diff)
downloadscummvm-rg350-80acb21a56f6e1a42de6d44de87d24891ded7e80.tar.gz
scummvm-rg350-80acb21a56f6e1a42de6d44de87d24891ded7e80.tar.bz2
scummvm-rg350-80acb21a56f6e1a42de6d44de87d24891ded7e80.zip
Added automatic detection of the IHNM demo
svn-id: r49047
Diffstat (limited to 'engines/saga/gfx.cpp')
-rw-r--r--engines/saga/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/gfx.cpp b/engines/saga/gfx.cpp
index bb0a1677b1..40a633ac5d 100644
--- a/engines/saga/gfx.cpp
+++ b/engines/saga/gfx.cpp
@@ -494,7 +494,7 @@ void Gfx::setCursor(CursorType cursorType) {
switch (cursorType) {
case kCursorBusy:
- if (!(_vm->getFeatures() & GF_IHNM_DEMO))
+ if (!_vm->isIHNMDemo())
resourceId = RID_IHNM_HOURGLASS_CURSOR;
else
resourceId = (uint32)-1;