aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index 679adfcc32..d5047ed4d3 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -1222,7 +1222,7 @@ void ResourceManager::getCd(int cd) {
// don't ask for CD's in the playable demo downloaded from our
// web-site!
- if (g_sword2->_gameId == GID_SWORD2_DEMO)
+ if (g_sword2->_features & GF_DEMO)
return;
#ifdef _PCGUIDE