- fixed typo in string label.

This commit is contained in:
Christoph Oelckers 2023-02-19 12:47:16 +01:00
parent d6e72b5264
commit 7acf23f213

View file

@ -2015,7 +2015,7 @@ void G_DoLoadGame ()
} }
else else
{ {
LoadGameError("TXT_IOTHERENGINESG", engine.GetChars()); LoadGameError("TXT_OTHERENGINESG", engine.GetChars());
} }
return; return;
} }