mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 22:11:43 +00:00
- fixed: corrected language entries for Classic Transparency - the 'auto' options were reversed.
This commit is contained in:
parent
a210aaea3e
commit
33a58a3ada
1 changed files with 2 additions and 2 deletions
|
@ -2371,8 +2371,8 @@ OPTVAL_INTEGRATED = "Power-Saving";
|
||||||
OPTVAL_VANILLA = "Vanilla";
|
OPTVAL_VANILLA = "Vanilla";
|
||||||
OPTVAL_VTFZDOOM = "ZDoom (Forced)";
|
OPTVAL_VTFZDOOM = "ZDoom (Forced)";
|
||||||
OPTVAL_VTFVANILLA = "Vanilla (Forced)";
|
OPTVAL_VTFVANILLA = "Vanilla (Forced)";
|
||||||
OPTVAL_VTAZDOOM = "Auto (Vanilla Preferred)";
|
OPTVAL_VTAZDOOM = "Auto (ZDoom Preferred)";
|
||||||
OPTVAL_VTAVANILLA = "Auto (ZDoom Preferred)";
|
OPTVAL_VTAVANILLA = "Auto (Vanilla Preferred)";
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
C_BRICK = "\cabrick";
|
C_BRICK = "\cabrick";
|
||||||
|
|
Loading…
Reference in a new issue