aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 3882c74b77..f52edc5ae5 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -88,7 +88,7 @@ void KyraEngine::res_loadResources(int type) {
temp = 0;
if (version < RESFILE_VERSION) {
- error("invalid resource file version (%d)", version);
+ error("invalid KYRA.DAT file version (%d, required %d)", version, RESFILE_VERSION);
}
if (gameID != _game) {
error("invalid game id (%d)", gameID);