aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorBen Castricum2016-12-08 10:22:47 +0100
committerBen Castricum2016-12-08 13:38:56 +0100
commitebaab44cd16ae784cebb66b7cf220842808a8bde (patch)
tree99cfce8b2ece92a04ed4ead23f49ae14f712971c /engines/kyra/staticres.cpp
parent722e52e27a339a5051e4a98b884dde41a95ed091 (diff)
downloadscummvm-rg350-ebaab44cd16ae784cebb66b7cf220842808a8bde.tar.gz
scummvm-rg350-ebaab44cd16ae784cebb66b7cf220842808a8bde.tar.bz2
scummvm-rg350-ebaab44cd16ae784cebb66b7cf220842808a8bde.zip
ALL: Leave out instructions for engine data issues
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 5e52834f64..5a45566c9a 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -161,7 +161,7 @@ bool StaticResource::loadStaticResourceFile() {
}
if (!foundWorkingKyraDat) {
- Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' engine data file or it got corrupted. Read the README for instructions.";
+ Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' engine data file or it got corrupted.";
GUIErrorMessage(errorMessage);
error("%s", errorMessage.c_str());
}