diff options
| author | Travis Howell | 2003-09-24 06:19:30 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-09-24 06:19:30 +0000 |
| commit | 3854ce8f3d060f5bb4c1e248d846f73a7fe2942c (patch) | |
| tree | 82683903ddda4a231698cbe6812750f418795ef1 /common | |
| parent | 908eb0823f1e33726b1c4b6e5aed42479afcb644 (diff) | |
| download | scummvm-rg350-3854ce8f3d060f5bb4c1e248d846f73a7fe2942c.tar.gz scummvm-rg350-3854ce8f3d060f5bb4c1e248d846f73a7fe2942c.tar.bz2 scummvm-rg350-3854ce8f3d060f5bb4c1e248d846f73a7fe2942c.zip | |
Add Acorn version of Simon the Sorcerer 1 Talkie
svn-id: r10389
Diffstat (limited to 'common')
| -rw-r--r-- | common/file.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp index 3f1412033d..1110c683b5 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -71,6 +71,10 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char "DATA/", "resource/", "RESOURCE/", + // Simon the Sorcerer 1 Acorn + "execute/", + "EXECUTE/", + // Simon the Sorcerer 2 Amiga/Mac "voices/", "VOICES/", // sword2 stuff if user just copied files without putting |
