mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
fix menu entry for light modes
Renames "Doom" to "Classic", fixes the option values and removes the no longer supported options.
This commit is contained in:
parent
d2ac72129d
commit
ae2f7578dc
1 changed files with 3 additions and 8 deletions
|
@ -2450,14 +2450,9 @@ OptionValue "Colormaps"
|
|||
|
||||
OptionValue "LightingModes"
|
||||
{
|
||||
0, "$OPTVAL_STANDARD"
|
||||
1, "$OPTVAL_BRIGHT"
|
||||
2, "$OPTVAL_DOOM"
|
||||
3, "$OPTVAL_DARK"
|
||||
4, "$OPTVAL_LEGACY"
|
||||
5, "$OPTVAL_BUILD"
|
||||
8, "$OPTVAL_SOFTWARE"
|
||||
16, "$OPTVAL_VANILLA"
|
||||
0, "$OPTVAL_CLASSIC"
|
||||
1, "$OPTVAL_SOFTWARE"
|
||||
2, "$OPTVAL_VANILLA"
|
||||
}
|
||||
|
||||
OptionValue "Precision"
|
||||
|
|
Loading…
Reference in a new issue