mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +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
|
else
|
||||||
{
|
{
|
||||||
LoadGameError("TXT_IOTHERENGINESG", engine.GetChars());
|
LoadGameError("TXT_OTHERENGINESG", engine.GetChars());
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue