diff options
author | Chris Apers | 2007-05-01 10:23:11 +0000 |
---|---|---|
committer | Chris Apers | 2007-05-01 10:23:11 +0000 |
commit | 24972223484ad8d5cec5ee16a5611b57f95d1477 (patch) | |
tree | 8a1f638de24f70ab37c11290c48192b2f5437af9 /backends/platform/PalmOS | |
parent | 4a2b0238494092747afa7336dbb5c5a4af605ef4 (diff) | |
download | scummvm-rg350-24972223484ad8d5cec5ee16a5611b57f95d1477.tar.gz scummvm-rg350-24972223484ad8d5cec5ee16a5611b57f95d1477.tar.bz2 scummvm-rg350-24972223484ad8d5cec5ee16a5611b57f95d1477.zip |
Test Cruise engine
svn-id: r26706
Diffstat (limited to 'backends/platform/PalmOS')
-rw-r--r-- | backends/platform/PalmOS/Src/launcher/games.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h index c80c99eda3..a26a5021b5 100644 --- a/backends/platform/PalmOS/Src/launcher/games.h +++ b/backends/platform/PalmOS/Src/launcher/games.h @@ -170,6 +170,7 @@ enum { ENGINE_SCUMM, ENGINE_AGI, ENGINE_TOUCHE, + ENGINE_CRUISE, ENGINE_COUNT }; @@ -184,13 +185,14 @@ static const struct { { "cine", "Delphine Cinematique v1.0" }, { "queen", "Flight of the Amazon Queen" }, { "lure", "Lure of the Tempress" }, - { "gob", "Gobliiins" }, + { "gob", "Gobliiins, Bargon Attack and more ..." }, { "kyra", "Kyrandia" }, { "parallaction", "Parallaction" }, { "saga", "SAGA Engine" }, { "scumm", "Scumm Games" }, { "agi", "Sierra AGI" }, { "touche", "Touche: The Adventures of the Fifth Musketeer" }, + { "cruise", "Cruise for a Corpse" }, }; |