aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/launcher/games.h
diff options
context:
space:
mode:
authorChris Apers2007-05-01 14:50:55 +0000
committerChris Apers2007-05-01 14:50:55 +0000
commit8573ca3f7409108bff0e24ba3a942ca692ce5787 (patch)
tree69765c162244a502c79d451e5116a8cc5cbd21e9 /backends/platform/PalmOS/Src/launcher/games.h
parent54b8a4d06f56b3045f0e5a1ec3709ac1524f48d0 (diff)
downloadscummvm-rg350-8573ca3f7409108bff0e24ba3a942ca692ce5787.tar.gz
scummvm-rg350-8573ca3f7409108bff0e24ba3a942ca692ce5787.tar.bz2
scummvm-rg350-8573ca3f7409108bff0e24ba3a942ca692ce5787.zip
Added supported games list and got rid of bStartScumm
svn-id: r26716
Diffstat (limited to 'backends/platform/PalmOS/Src/launcher/games.h')
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h
index a26a5021b5..235aca38de 100644
--- a/backends/platform/PalmOS/Src/launcher/games.h
+++ b/backends/platform/PalmOS/Src/launcher/games.h
@@ -180,8 +180,8 @@ static const struct {
} engines[] = {
{ "agos", "AGOS Engine" },
{ "sky", "Beneath a Steel Sky" },
- { "sword1", "Broken Sword 1" },
- { "sword2", "Broken Sword 2" },
+ { "sword1", "Broken Sword I" },
+ { "sword2", "Broken Sword II" },
{ "cine", "Delphine Cinematique v1.0" },
{ "queen", "Flight of the Amazon Queen" },
{ "lure", "Lure of the Tempress" },
@@ -195,7 +195,6 @@ static const struct {
{ "cruise", "Cruise for a Corpse" },
};
-
// protos
Err GamOpenDatabase ();
void GamImportDatabase ();