diff options
| -rw-r--r-- | scumm/scumm.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 301ea72bcb..98d968a8c7 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -558,8 +558,8 @@ static SubstResFileNames substResFileNameTable[] = {  	{ "kinddemo", "KindDemo", kGenMac },  	{ "lost", "Lost and Found", kGenMac},  	{ "maze", "Maze Madness", kGenMac}, -	{ "moondemo", "Putt-Putt Moon Demo", kGenMacNoParens },  	{ "monkey", "monkey1", kGenPC}, +	{ "moondemo", "Putt-Putt Moon Demo", kGenMacNoParens },  	{ "mustard", "Mustard", kGenMac},  	{ "pajama", "Pajama Sam", kGenMac},  	{ "pajama", "PajamaNHD", kGenPC}, | 
