Added "+ Gamma" and "- Gamma" hotkeys to the Misc Keys menu
This commit is contained in:
@@ -2751,8 +2751,10 @@ DisplayGameOptns: ; Misc Key Window
|
||||
GUIDisplayText 9,9,112,GUIGameOptnsTextD1b
|
||||
GUIDisplayText 9,9,122,GUIGameOptnsTextD1c
|
||||
GUIDisplayText 9,9,132,GUIGameOptnsTextD1d
|
||||
%ifndef __MSDOS__
|
||||
GUIDisplayText 9,9,142,GUIGameOptnsTextD1e
|
||||
GUIDisplayText 9,9,152,GUIGameOptnsTextD1f
|
||||
%ifndef __MSDOS__
|
||||
GUIDisplayText 9,9,162,GUIGameOptnsTextD1g
|
||||
%endif
|
||||
|
||||
GUIDisplayTextY 9,119,93,GUIGameOptnsTextD2
|
||||
@@ -2790,8 +2792,10 @@ DisplayGameOptns: ; Misc Key Window
|
||||
DDrawBox 9,77,109,[KeyResetAll]
|
||||
DDrawBox 9,77,119,[KeyExtraEnab]
|
||||
DDrawBox 9,77,129,[KeyDisplayFPS]
|
||||
DDrawBox 9,77,139,[KeyIncreaseGamma]
|
||||
DDrawBox 9,77,149,[KeyDecreaseGamma]
|
||||
%ifndef __MSDOS__
|
||||
DDrawBox 9,77,139,[KeyDisplayBatt]
|
||||
DDrawBox 9,77,159,[KeyDisplayBatt]
|
||||
%endif
|
||||
|
||||
DDrawBox 9,190,99,[KeyNewGfxSwt]
|
||||
@@ -2829,7 +2833,9 @@ GUIGameOptnsTextD1a db 'USE PL12/34',0
|
||||
GUIGameOptnsTextD1b db 'CLRSWITCHES',0
|
||||
GUIGameOptnsTextD1c db 'EXTRADEVICE',0
|
||||
GUIGameOptnsTextD1d db 'DISPLAY FPS',0
|
||||
GUIGameOptnsTextD1e db 'BATT POWER',0
|
||||
GUIGameOptnsTextD1e db '+ GAMMA',0
|
||||
GUIGameOptnsTextD1f db '- GAMMA',0
|
||||
GUIGameOptnsTextD1g db 'BATT POWER',0
|
||||
|
||||
GUIGameOptnsTextD2 db 'GFX TOGGLES :',0
|
||||
GUIGameOptnsTextD2a db 'NEW GFX ENG',0
|
||||
|
||||
Reference in New Issue
Block a user