aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-18 14:06:20 +0000
committerTravis Howell2006-01-18 14:06:20 +0000
commitd6a5c39e3d462e6234bd08cb6105533a70e6f74b (patch)
tree1c129e5caeb85b0226260f5cab6d1071410b1be7 /saga/game.cpp
parent7603c69b17286d56b9934faedd874acba3accd1c (diff)
downloadscummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.gz
scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.bz2
scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.zip
Add full game titles.
svn-id: r20083
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index edb1eecc92..1486afd9d2 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -355,7 +355,7 @@ static GameFileDescription ITEMULTICD_GameFiles[] = {
{"ite.rsc", GAME_RESOURCEFILE},
{"scripts.rsc", GAME_SCRIPTFILE},
{"sounds.rsc", GAME_SOUNDFILE},
- {"Inherit the Earth Voices", GAME_VOICEFILE | GAME_SWAPENDIAN},
+ {"Inherit the Earth: Quest for the Orb Voices", GAME_VOICEFILE | GAME_SWAPENDIAN},
{"music.rsc", GAME_MUSICFILE}
};
@@ -381,7 +381,7 @@ static GameFileDescription ITEMACCD_GameFiles[] = {
{"ite.rsc", GAME_RESOURCEFILE},
{"scripts.rsc", GAME_SCRIPTFILE},
{"sounds.rsc", GAME_SOUNDFILE},
- {"Inherit the Earth Voices", GAME_VOICEFILE},
+ {"Inherit the Earth: Quest for the Orb Voices", GAME_VOICEFILE},
{"music.rsc", GAME_MUSICFILE}
};
@@ -771,7 +771,7 @@ static GameMD5 gameMD5[] = {
{ GID_ITE_MACCD, "adf1f46c1d0589083996a7060c798ad0", "scripts.rsc", false },
{ GID_ITE_MACCD, "1a91cd60169f367ecb6c6e058d899b2f", "music.rsc", false },
{ GID_ITE_MACCD, "95863b89a0916941f6c5e1789843ba14", "sounds.rsc", false },
- { GID_ITE_MACCD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true },
+ { GID_ITE_MACCD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth: Quest for the Orb Voices", true },
{ GID_ITE_MACCD_G, "0bd506aa887bfc7965f695c6bd28237d", "ITE Resources.bin", true },
{ GID_ITE_MACCD_G, "af0d7a2588e09ad3ecbc5b474ea238bf", "ITE Scripts.bin", true },
@@ -788,7 +788,7 @@ static GameMD5 gameMD5[] = {
{ GID_ITE_MULTICD, "a6433e34b97b15e64fe8214651012db9", "ite.rsc", false },
{ GID_ITE_MULTICD, "a891405405edefc69c9d6c420c868b84", "scripts.rsc", false },
{ GID_ITE_MULTICD, "e2ccb61c325d6d1ead3be0e731fe29fe", "sounds.rsc", false },
- { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true },
+ { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth: Quest for the Orb Voices", true },
{ GID_ITE_MULTICD, "d6454756517f042f01210458abe8edd4", "music.rsc", false },
{ GID_ITE_DISK_DE, "869fc23c8f38f575979ec67152914fee", "ite.rsc", false },
@@ -905,7 +905,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_DEMO_G, // Game id
- "Inherit the Earth (DOS Demo)", // Game title
+ "Inherit the Earth: Quest for the Orb (DOS Demo)", // Game title
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE, // Starting scene number
&ITEDemo_Resources,
@@ -928,7 +928,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_MACDEMO2,
- "Inherit the Earth (MAC Demo)",
+ "Inherit the Earth: Quest for the Orb (MAC Demo)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -951,7 +951,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_MACDEMO1,
- "Inherit the Earth (early MAC Demo)",
+ "Inherit the Earth: Quest for the Orb (early MAC Demo)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -974,7 +974,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_MACCD_G,
- "Inherit the Earth (MAC CD)",
+ "Inherit the Earth: Quest for the Orb (MAC CD)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -997,7 +997,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_MACCD,
- "Inherit the Earth (Wyrmkeep MAC CD)",
+ "Inherit the Earth: Quest for the Orb (Wyrmkeep MAC CD)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1021,7 +1021,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_LINDEMO,
- "Inherit the Earth (Linux Demo)",
+ "Inherit the Earth: Quest for the Orb (Linux Demo)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1044,7 +1044,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_WINDEMO2,
- "Inherit the Earth (Win32 Demo)",
+ "Inherit the Earth: Quest for the Orb (Win32 Demo)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1067,7 +1067,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_WINDEMO1,
- "Inherit the Earth (early Win32 Demo)",
+ "Inherit the Earth: Quest for the Orb (early Win32 Demo)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1090,7 +1090,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_MULTICD,
- "Inherit the Earth (Multi-OS CD Version)",
+ "Inherit the Earth: Quest for the Orb (Multi-OS CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1113,7 +1113,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_LINCD,
- "Inherit the Earth (Linux CD Version)",
+ "Inherit the Earth: Quest for the Orb (Linux CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1136,7 +1136,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_WINCD,
- "Inherit the Earth (Win32 CD Version)",
+ "Inherit the Earth: Quest for the Orb (Win32 CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1159,7 +1159,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_CD_G,
- "Inherit the Earth (DOS CD Version)",
+ "Inherit the Earth: Quest for the Orb (DOS CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1182,7 +1182,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_CD_DE,
- "Inherit the Earth (De DOS CD Version)",
+ "Inherit the Earth: Quest for the Orb (De DOS CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1205,7 +1205,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_CD,
- "Inherit the Earth (DOS CD Version)",
+ "Inherit the Earth: Quest for the Orb (DOS CD Version)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1228,7 +1228,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_DISK_DE,
- "Inherit the Earth (De DOS Floppy)",
+ "Inherit the Earth: Quest for the Orb (De DOS Floppy)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,
@@ -1251,7 +1251,7 @@ static GameDescription gameDescriptions[] = {
"ite",
GType_ITE,
GID_ITE_DISK_G,
- "Inherit the Earth (DOS Floppy)",
+ "Inherit the Earth: Quest for the Orb (DOS Floppy)",
&ITE_DisplayInfo,
ITE_DEFAULT_SCENE,
&ITE_Resources,