diff options
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; |