Remove superfluous trailing dot (and that error message really is a lie, the docs don't mention lure.dat :)

svn-id: r28981
This commit is contained in:
Max Horn 2007-09-20 08:50:46 +00:00
parent aa034c4e4d
commit 3cbf4ad98f

View File

@ -147,7 +147,7 @@ void LureEngine::detectGame() {
if (!Common::File::exists(SUPPORT_FILENAME)) if (!Common::File::exists(SUPPORT_FILENAME))
error("Missing %s - this is a custom file containing resources from the\n" error("Missing %s - this is a custom file containing resources from the\n"
"Lure of the Temptress executable. See the documentation for creating it.", "Lure of the Temptress executable. See the documentation for creating it",
SUPPORT_FILENAME); SUPPORT_FILENAME);
for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) { for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) {