diff options
author | Max Horn | 2011-06-01 16:04:55 +0200 |
---|---|---|
committer | Max Horn | 2011-06-01 16:44:35 +0200 |
commit | 48dac6ab7fa306d7ff499340d5678d74900e6c26 (patch) | |
tree | f9056bcc220a678f54ca84dc34f47d7606d7e535 | |
parent | 136ffb5e0a07daa7a091053e60b3c128201f7769 (diff) | |
download | scummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.tar.gz scummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.tar.bz2 scummvm-rg350-48dac6ab7fa306d7ff499340d5678d74900e6c26.zip |
DETECTOR: Clarify warning a bit
-rw-r--r-- | engines/advancedDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp index ece435af1c..d093c958e7 100644 --- a/engines/advancedDetector.cpp +++ b/engines/advancedDetector.cpp @@ -224,7 +224,7 @@ bool cleanupPirated(ADGameDescList &matched) { // We ruled out all variants and now have nothing if (matched.empty()) { - warning("Illegitimate copy of the game detected. We give no support in such cases %d", matched.size()); + warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size()); return true; } |