by GFD » Fri Dec 08, 2017 11:20 am
In language.enu, JOYMNU_CONFIG is defined on
line 1780 as "CONFIGURE CONTROLLER", and on
line 2220 as "Configure controllers:". Meanwhile, JOY_CONFIG is not defined anywhere, so the keyword displays directly when
used as the title in the joystick configuration menu. So, I assume the first definition of JOYMNU_CONFIG is actually supposed to define JOY_CONFIG?
OPTVAL_NORMAL is defined on
line 2254 and
line 2799. (Both lines define it as "Normal".)
In language.enu, JOYMNU_CONFIG is defined on [url=https://github.com/coelckers/gzdoom/blob/master/wadsrc/static/language.enu#L1780]line 1780[/url] as "CONFIGURE CONTROLLER", and on [url=https://github.com/coelckers/gzdoom/blob/master/wadsrc/static/language.enu#L2220]line 2220[/url] as "Configure controllers:". Meanwhile, JOY_CONFIG is not defined anywhere, so the keyword displays directly when [url=https://github.com/coelckers/gzdoom/blob/master/wadsrc/static/menudef.txt#L611]used as the title[/url] in the joystick configuration menu. So, I assume the first definition of JOYMNU_CONFIG is actually supposed to define JOY_CONFIG?
OPTVAL_NORMAL is defined on [url=https://github.com/coelckers/gzdoom/blob/master/wadsrc/static/language.enu#L2254]line 2254[/url] and [url=https://github.com/coelckers/gzdoom/blob/master/wadsrc/static/language.enu#L2799]line 2799[/url]. (Both lines define it as "Normal".)