- fixed typo in MAPINFO parser warning

This commit is contained in:
alexey.lysiuk 2019-08-18 08:58:18 +03:00 committed by GitHub
parent a892e1f506
commit ce536485e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2205,7 +2205,7 @@ void FMapInfoParser::ParseMapInfo (int lump, level_info_t &gamedefaults, level_i
if (ParsedLumps.Find(lump) != ParsedLumps.Size()) if (ParsedLumps.Find(lump) != ParsedLumps.Size())
{ {
sc.ScriptMessage("MAPINFO file is processed more that once\n"); sc.ScriptMessage("MAPINFO file is processed more than once\n");
} }
else else
{ {