0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

- fixed typo in menu texts.

This commit is contained in:
Christoph Oelckers 2019-02-21 00:24:09 +01:00
parent 7ea2f135df
commit f580d85da6

View file

@ -201,11 +201,11 @@ ListMenu "SkillMenu"
IfGame(Doom, Chex)
{
StaticPatch 96, 14, "M_NEWG", 0, "$MNU_NEWGANE"
StaticPatch 96, 14, "M_NEWG", 0, "$MNU_NEWGAME"
}
IfGame(Strife)
{
StaticPatch 96, 14, "M_NGAME", 0, "$MNU_NEWGANE"
StaticPatch 96, 14, "M_NGAME", 0, "$MNU_NEWGAME"
}
IfGame(Doom, Strife, Chex)
{