diff options
author | Borja Lorente | 2016-08-24 11:43:58 +0200 |
---|---|---|
committer | Borja Lorente | 2016-08-24 11:59:30 +0200 |
commit | 841c22704c33057a292a1b0d44ba104d77dd8c18 (patch) | |
tree | 91b8afa9753632fc97a49c9daf1e1236b7428fb0 /engines/macventure | |
parent | b7b258474f0a135f626ec3d46d19b4f54926f50f (diff) | |
download | scummvm-rg350-841c22704c33057a292a1b0d44ba104d77dd8c18.tar.gz scummvm-rg350-841c22704c33057a292a1b0d44ba104d77dd8c18.tar.bz2 scummvm-rg350-841c22704c33057a292a1b0d44ba104d77dd8c18.zip |
MACVENTURE: Include border bitmaps in ScummVM
Diffstat (limited to 'engines/macventure')
-rw-r--r-- | engines/macventure/datafiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/datafiles.cpp b/engines/macventure/datafiles.cpp index d41aa99d4c..2c17b66209 100644 --- a/engines/macventure/datafiles.cpp +++ b/engines/macventure/datafiles.cpp @@ -30,7 +30,7 @@ namespace MacVenture { -#define MACVENTURE_DATA_BUNDLE Common::String("macventure.zip") +#define MACVENTURE_DATA_BUNDLE Common::String("macventure.dat") struct BorderName { MVWindowType type; |