mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
Removed redundant dot from name of compatibility option
https://forum.zdoom.org/viewtopic.php?t=58012
This commit is contained in:
parent
dfe05f10b7
commit
2daa64428d
1 changed files with 1 additions and 1 deletions
|
@ -2098,7 +2098,7 @@ CMPTMNU_SHORTTEX = "Find shortest textures like Doom";
|
|||
CMPTMNU_STAIRS = "Use buggier stair building";
|
||||
CMPTMNU_FLOORMOVE = "Use Doom's floor motion behavior";
|
||||
CMPTMNU_POINTONLINE = "Use Doom's point-on-line algorithm";
|
||||
CMPTMNU_MULTIEXIT = "Level exit can be triggered more than once.";
|
||||
CMPTMNU_MULTIEXIT = "Level exit can be triggered more than once";
|
||||
CMPTMNU_PHYSICSBEHAVIOR = "Physics Behavior";
|
||||
CMPTMNU_NOPASSOVER = "Actors are infinitely tall";
|
||||
CMPTMNU_BOOMSCROLL = "Boom scrollers are additive";
|
||||
|
|
Loading…
Reference in a new issue