- fixed: corrected language entries for Classic Transparency - the 'auto' options were reversed.

This commit is contained in:
Rachael Alexanderson 2017-06-06 10:19:14 -04:00
parent a210aaea3e
commit 33a58a3ada

View file

@ -2371,8 +2371,8 @@ OPTVAL_INTEGRATED = "Power-Saving";
OPTVAL_VANILLA = "Vanilla";
OPTVAL_VTFZDOOM = "ZDoom (Forced)";
OPTVAL_VTFVANILLA = "Vanilla (Forced)";
OPTVAL_VTAZDOOM = "Auto (Vanilla Preferred)";
OPTVAL_VTAVANILLA = "Auto (ZDoom Preferred)";
OPTVAL_VTAZDOOM = "Auto (ZDoom Preferred)";
OPTVAL_VTAVANILLA = "Auto (Vanilla Preferred)";
// Colors
C_BRICK = "\cabrick";