mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- fixed typo in MAPINFO parser warning
This commit is contained in:
parent
a892e1f506
commit
ce536485e1
1 changed files with 1 additions and 1 deletions
|
@ -2205,7 +2205,7 @@ void FMapInfoParser::ParseMapInfo (int lump, level_info_t &gamedefaults, level_i
|
|||
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue