aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/datafiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/datafiles.cpp')
-rw-r--r--engines/macventure/datafiles.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/macventure/datafiles.cpp b/engines/macventure/datafiles.cpp
index 9532434f03..aa47869bcd 100644
--- a/engines/macventure/datafiles.cpp
+++ b/engines/macventure/datafiles.cpp
@@ -66,8 +66,9 @@ Common::String windowTypeName(MVWindowType windowType) {
void MacVentureEngine::loadDataBundle() {
_dataBundle = Common::makeZipArchive(MACVENTURE_DATA_BUNDLE);
- if (!_dataBundle)
+ if (!_dataBundle) {
error("ENGINE: Couldn't load data bundle '%s'.", MACVENTURE_DATA_BUNDLE.c_str());
+ }
}
Common::SeekableReadStream *MacVentureEngine::getBorderFile(MVWindowType windowType, bool isActive) {