diff options
| author | Travis Howell | 2005-11-17 13:20:09 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-11-17 13:20:09 +0000 | 
| commit | 500d35f0aafe5598f5d5d120259fe904a01b1c80 (patch) | |
| tree | e109021c6c3f747226cc09c80462e1f27ec504d6 | |
| parent | aae6aa5077bd5fa5438c62a10f03535f27506685 (diff) | |
| download | scummvm-rg350-500d35f0aafe5598f5d5d120259fe904a01b1c80.tar.gz scummvm-rg350-500d35f0aafe5598f5d5d120259fe904a01b1c80.tar.bz2 scummvm-rg350-500d35f0aafe5598f5d5d120259fe904a01b1c80.zip | |
Add filename for bundled Macintosh version of atlantis.
svn-id: r19625
| -rw-r--r-- | scumm/scumm.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 7e85f72a02..5639c0a425 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -691,6 +691,7 @@ static SubstResFileNames substResFileNameTable[] = {  	{ "01.LFL", "maniac2.d64", kGenAsIs }, // swap  	{ "00.LFL", "zak1.d64", kGenAsIs },    // these  	{ "01.LFL", "zak2.d64", kGenAsIs },    // lines +	{ "atlantis.000", "Fate of Atlantis Data", kGenAsIs },  	{ "atlantis", "fate", kGenPC },  	{ "atlantis", "playfate", kGenPC },  	{ "atlantis", "indy4", kGenPC }, | 
