aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/stringtable.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-16 10:40:46 +0200
committerBorja Lorente2016-08-19 16:30:23 +0200
commitb1eb6da6fab27b215ffd339ccef7e43169ad0a17 (patch)
tree5c8218e2ae84e6fe27bb419d6065bf428b07d934 /engines/macventure/stringtable.h
parent234a3b95a29e3ec11c9c02a2435bf42829550cce (diff)
downloadscummvm-rg350-b1eb6da6fab27b215ffd339ccef7e43169ad0a17.tar.gz
scummvm-rg350-b1eb6da6fab27b215ffd339ccef7e43169ad0a17.tar.bz2
scummvm-rg350-b1eb6da6fab27b215ffd339ccef7e43169ad0a17.zip
MACVENTURE: Add prefixes to error messages
Diffstat (limited to 'engines/macventure/stringtable.h')
-rw-r--r--engines/macventure/stringtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/stringtable.h b/engines/macventure/stringtable.h
index 0a5419e235..a03fb28a0d 100644
--- a/engines/macventure/stringtable.h
+++ b/engines/macventure/stringtable.h
@@ -47,7 +47,7 @@ public:
_id = id;
if (!loadStrings())
- error("Could not load string table %x", id);
+ error("ENGINE: Could not load string table %x", id);
}
~StringTable() {