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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/datafiles.cpp b/engines/macventure/datafiles.cpp
index a86e922193..9532434f03 100644
--- a/engines/macventure/datafiles.cpp
+++ b/engines/macventure/datafiles.cpp
@@ -67,7 +67,7 @@ Common::String windowTypeName(MVWindowType windowType) {
void MacVentureEngine::loadDataBundle() {
_dataBundle = Common::makeZipArchive(MACVENTURE_DATA_BUNDLE);
if (!_dataBundle)
- error("Couldn't load data bundle '%s'.", MACVENTURE_DATA_BUNDLE.c_str());
+ error("ENGINE: Couldn't load data bundle '%s'.", MACVENTURE_DATA_BUNDLE.c_str());
}
Common::SeekableReadStream *MacVentureEngine::getBorderFile(MVWindowType windowType, bool isActive) {