mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
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:
parent
aa034c4e4d
commit
3cbf4ad98f
@ -147,7 +147,7 @@ void LureEngine::detectGame() {
|
||||
|
||||
if (!Common::File::exists(SUPPORT_FILENAME))
|
||||
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);
|
||||
|
||||
for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user