aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-29 18:29:23 +0000
committerEugene Sandulenko2005-07-29 18:29:23 +0000
commit208815a811044be91d9488f41957dd28330ca430 (patch)
tree763c4e46a76743ac7947d2e4aa8ed5392ce78a6f /saga/game.cpp
parente85519624d561dbed8c23518c463f23f8443f2d5 (diff)
downloadscummvm-rg350-208815a811044be91d9488f41957dd28330ca430.tar.gz
scummvm-rg350-208815a811044be91d9488f41957dd28330ca430.tar.bz2
scummvm-rg350-208815a811044be91d9488f41957dd28330ca430.zip
Restrict scene substitutes only to demos which actually use them
svn-id: r18597
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index ed2bb6c168..736d9cb5ec 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -804,7 +804,7 @@ static GameDescription gameDescriptions[] = {
&ITEMACDEMO_GameMusic,
ARRAYSIZE(ITEMacPatch_Files),
ITEMacPatch_Files,
- GF_BIG_ENDIAN_DATA | GF_MAC_RESOURCES | GF_WYRMKEEP | GF_CD_FX
+ GF_BIG_ENDIAN_DATA | GF_MAC_RESOURCES | GF_WYRMKEEP | GF_CD_FX | GF_SCENE_SUBSTITUTES
},
// Inherit the earth - early MAC Demo version
@@ -868,7 +868,7 @@ static GameDescription gameDescriptions[] = {
&ITELINDEMO_GameMusic,
ARRAYSIZE(ITELinPatch_Files),
ITELinPatch_Files,
- GF_WYRMKEEP | GF_CD_FX
+ GF_WYRMKEEP | GF_CD_FX | GF_SCENE_SUBSTITUTES
},
// Inherit the earth - Win32 Demo version
@@ -889,7 +889,7 @@ static GameDescription gameDescriptions[] = {
NULL,
ARRAYSIZE(ITEWinPatch2_Files),
ITEWinPatch2_Files,
- GF_WYRMKEEP | GF_CD_FX
+ GF_WYRMKEEP | GF_CD_FX | GF_SCENE_SUBSTITUTES
},
// Inherit the earth - early Win32 Demo version