aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2007-12-09 11:21:49 +0000
committerChris Apers2007-12-09 11:21:49 +0000
commitfd1f39f12e262a413217ec0e1f7f014e96865668 (patch)
treee1a65736a492bcd35c5503db3e3a15a1f04d426a
parent40ad7ee6a9a04e99991d220e283b4ee4fada40b3 (diff)
downloadscummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.tar.gz
scummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.tar.bz2
scummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.zip
Added support for Drascula and Igor
svn-id: r29784
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h
index d807d6b64d..4b53503d60 100644
--- a/backends/platform/PalmOS/Src/launcher/games.h
+++ b/backends/platform/PalmOS/Src/launcher/games.h
@@ -172,6 +172,8 @@ enum {
ENGINE_AGI,
ENGINE_TOUCHE,
ENGINE_CRUISE,
+ ENGINE_DRASCULA,
+ ENGINE_IGOR,
ENGINE_COUNT
};
@@ -194,6 +196,8 @@ static const struct {
{ "agi", "Sierra AGI" },
{ "touche", "Touche: The Adventures of the Fifth Musketeer" },
{ "cruise", "Beta -> Cruise for a Corpse" },
+ { "drascula", "Beta -> Drascula" },
+ { "igor", "Beta -> Igor" },
};
// protos