From 53db0a8a073784260f3160b5d3cfa38f2de254b3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Oct 2003 17:07:25 +0000 Subject: cleanup: removed version/id from GameSettings svn-id: r10995 --- sword2/resman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/resman.cpp') 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 -- cgit v1.2.3