diff options
| author | Ben Castricum | 2016-12-08 10:22:47 +0100 |
|---|---|---|
| committer | Ben Castricum | 2016-12-08 13:38:56 +0100 |
| commit | ebaab44cd16ae784cebb66b7cf220842808a8bde (patch) | |
| tree | 99cfce8b2ece92a04ed4ead23f49ae14f712971c /engines/kyra | |
| parent | 722e52e27a339a5051e4a98b884dde41a95ed091 (diff) | |
| download | scummvm-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')
| -rw-r--r-- | engines/kyra/staticres.cpp | 2 |
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()); } |
