From 0141cbd1dfd91c4aaeb4ed18b55e798170b17393 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 15 Dec 2006 00:59:11 +0000 Subject: GF_DEMO is only required by the PC version of Broken Sword 1 demo svn-id: r24853 --- engines/sword1/sword1.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp index 34ce9594a0..32ccd85439 100644 --- a/engines/sword1/sword1.cpp +++ b/engines/sword1/sword1.cpp @@ -174,8 +174,7 @@ SystemVars SwordEngine::_systemVars; SwordEngine::SwordEngine(OSystem *syst) : Engine(syst) { - if ( 0 == scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1demo") || - 0 == scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1macdemo") ) + if (!scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1demo")) _features = GF_DEMO; else _features = 0; -- cgit v1.2.3