mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- fixed typo in string label.
This commit is contained in:
parent
d6e72b5264
commit
7acf23f213
1 changed files with 1 additions and 1 deletions
|
@ -2015,7 +2015,7 @@ void G_DoLoadGame ()
|
|||
}
|
||||
else
|
||||
{
|
||||
LoadGameError("TXT_IOTHERENGINESG", engine.GetChars());
|
||||
LoadGameError("TXT_OTHERENGINESG", engine.GetChars());
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue