From 208815a811044be91d9488f41957dd28330ca430 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 29 Jul 2005 18:29:23 +0000 Subject: Restrict scene substitutes only to demos which actually use them svn-id: r18597 --- saga/game.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'saga/game.cpp') 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 -- cgit v1.2.3