aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-13 17:16:28 +0000
committerEugene Sandulenko2005-09-13 17:16:28 +0000
commitcf821fe6f87eb83eb23b71df10214cb4cbf0b465 (patch)
tree38d39f4cadc1af41f5d5b364ef15c7c799b0fccd /scumm
parent1dc83615b742d02ae40ffebe214f872ebe5c24f1 (diff)
downloadscummvm-rg350-cf821fe6f87eb83eb23b71df10214cb4cbf0b465.tar.gz
scummvm-rg350-cf821fe6f87eb83eb23b71df10214cb4cbf0b465.tar.bz2
scummvm-rg350-cf821fe6f87eb83eb23b71df10214cb4cbf0b465.zip
Fix SegaCD detection.
svn-id: r18813
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 299e3e719e..4212b04a6d 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -734,6 +734,7 @@ static SubstResFileNames substResFileNameTable[] = {
{ "maze", "Maze Madness", kGenMac},
{ "monkey", "monkey1", kGenPC},
{ "monkey", "monkeyk", kGenPC}, // FM-TOWNS Jap
+ { "monkey", "game", kGenPC}, // SegaCD
{ "monkey2", "mi2demo", kGenPC},
{ "moondemo", "Putt-Putt Moon Demo", kGenMacNoParens },
{ "mustard", "Mustard", kGenMac},