aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-07-28 07:00:15 +0000
committerJonathan Gray2003-07-28 07:00:15 +0000
commit77cf6b7c3e66cca495e9ddbc92dad68a1874ee17 (patch)
tree9666199f71264dad443687a0326099c62800973a /sword2/resman.cpp
parent376f78f7f650604d580a3c681ab20b490667f289 (diff)
downloadscummvm-rg350-77cf6b7c3e66cca495e9ddbc92dad68a1874ee17.tar.gz
scummvm-rg350-77cf6b7c3e66cca495e9ddbc92dad68a1874ee17.tar.bz2
scummvm-rg350-77cf6b7c3e66cca495e9ddbc92dad68a1874ee17.zip
add bs2demo target for broken sword 2 demo
svn-id: r9229
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index 0829243257..bb51f80d95 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -1370,9 +1370,8 @@ void resMan::GetCd(int cd)
uint8 *textRes;
//----------------------------------------------------------------------------------------
- #ifdef _WEBDEMO // (James 01oct97)
+ if (g_bs2->_gameId == GID_BS2_DEMO)
return; // don't ask for CD's in the playable demo downloaded from our web-site!
- #endif // _WEBDEMO
#ifdef _PCGUIDE
return; // don't ask for CD in the patch for the demo on "PC Guide" magazine