mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Fixed name and placement of 'All except doors' localized string
This commit is contained in:
parent
3c21ca9cb1
commit
384accbc86
3 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,6 @@ CMPTMNU_RENDERINGBEHAVIOR = "Rendering Behaviour";
|
|||
CMPTMNU_SOUNDBEHAVIOR = "Sound Behaviour";
|
||||
CMPTMNU_SECTORSOUNDS = "Sector sounds use centre as source";
|
||||
OPTVAL_MAPDEFINEDCOLORSONLY = "Map defined colours only";
|
||||
OPTVAL_NODOORS = "All except doors";
|
||||
C_GRAY = "\ccgrey";
|
||||
C_DARKGRAY = "\cudark grey";
|
||||
|
||||
|
|
|
@ -2286,6 +2286,7 @@ OPTVAL_FRONT = "Front";
|
|||
OPTVAL_ANIMATED = "Animated";
|
||||
OPTVAL_ROTATED = "Rotated";
|
||||
OPTVAL_MAPDEFINEDCOLORSONLY = "Map defined colors only";
|
||||
OPTVAL_NODOORS = "All except doors";
|
||||
OPTVAL_DOUBLE = "Double";
|
||||
OPTVAL_TRIPLE = "Triple";
|
||||
OPTVAL_QUADRUPLE = "Quadruple";
|
||||
|
|
|
@ -1014,7 +1014,7 @@ OptionValue MapBackTypes
|
|||
OptionValue MapTriggers
|
||||
{
|
||||
0, "$OPTVAL_OFF"
|
||||
1, "$OPTVAL_NO_DOORS"
|
||||
1, "$OPTVAL_NODOORS"
|
||||
2, "$OPTVAL_ON"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue