diff options
author | Eugene Sandulenko | 2005-10-28 00:19:50 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-10-28 00:19:50 +0000 |
commit | a7c55e274d0073f520b1945af894c1ee1ebbb902 (patch) | |
tree | a798116696f08f41926253e882fb316b778381bb /saga | |
parent | 19aab114d879295c386cbd9e018f740777b745e8 (diff) | |
download | scummvm-rg350-a7c55e274d0073f520b1945af894c1ee1ebbb902.tar.gz scummvm-rg350-a7c55e274d0073f520b1945af894c1ee1ebbb902.tar.bz2 scummvm-rg350-a7c55e274d0073f520b1945af894c1ee1ebbb902.zip |
Checked sound in all supported ITE versions.
svn-id: r19329
Diffstat (limited to 'saga')
-rw-r--r-- | saga/game.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/saga/game.cpp b/saga/game.cpp index f20c4a94c4..d53200b2cd 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -1094,7 +1094,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - Wyrmkeep combined Windows/Mac/Linux CD - // sound unchecked { "ite", GType_ITE, @@ -1118,8 +1117,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - Wyrmkeep Linux CD version - // should be before GID_ITE_CD_G - // sound unchecked { "ite", GType_ITE, @@ -1143,7 +1140,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - Wyrmkeep Windows CD version - // sound unchecked { "ite", GType_ITE, @@ -1167,7 +1163,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - DOS CD version - // sound unchecked { "ite", GType_ITE, @@ -1191,7 +1186,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - DOS CD German version - // sound unchecked { "ite", GType_ITE, @@ -1238,7 +1232,6 @@ static GameDescription gameDescriptions[] = { }, // Inherit the earth - German Floppy version - // sound unchecked { "ite", GType_ITE, |