aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-08-08 00:04:44 +0200
committerEugene Sandulenko2019-09-03 17:17:32 +0200
commite514a6c8c1f16f1f81a9b66a5c4d88ac39d49bc6 (patch)
tree4773b86caeba2ffa373d8ebc39dff5c6984d87e0 /engines/hdb/hdb.cpp
parent1f02749874d2047d8694ccd5f142326848c54e6c (diff)
downloadscummvm-rg350-e514a6c8c1f16f1f81a9b66a5c4d88ac39d49bc6.tar.gz
scummvm-rg350-e514a6c8c1f16f1f81a9b66a5c4d88ac39d49bc6.tar.bz2
scummvm-rg350-e514a6c8c1f16f1f81a9b66a5c4d88ac39d49bc6.zip
HDB: Better error messages
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 6fbafa95d9..f620bd378c 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -126,7 +126,7 @@ bool HDBGame::init() {
// Init fileMan
if (!_fileMan->openMPC(getGameFile())) {
- error("FileMan::openMPC: Cannot find the hyperspace.mpc data file.");
+ error("FileMan::openMPC: Cannot find the %s data file", getGameFile());
}
if (!_gfx->init()) {
error("Gfx::init: Couldn't initialize Gfx");