- missed a semicolon,

This commit is contained in:
Christoph Oelckers 2016-02-24 11:19:58 +01:00
parent 21c55a090a
commit 8e2a629e5a
1 changed files with 1 additions and 1 deletions

View File

@ -2035,7 +2035,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";