mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed typo in menu texts.
This commit is contained in:
parent
7ea2f135df
commit
f580d85da6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue