diff options
Diffstat (limited to 'backends/platform')
| -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" },  };  | 
