mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
graphics: Adjust X offset for menu graphics.
There was too much space in the options menu between the Messages: and Graphic Detail: graphics and their associated status labels. Fix this.
This commit is contained in:
parent
c1af20bcb7
commit
9009d1dc4d
1 changed files with 4 additions and 4 deletions
|
@ -811,8 +811,8 @@ M_THERML -2 0
|
|||
M_ENDGAM 0 1
|
||||
M_PAUSE 0 0
|
||||
M_MESSG 0 1
|
||||
M_MSGON 5 1
|
||||
M_MSGOFF 5 1
|
||||
M_MSGON 20 1
|
||||
M_MSGOFF 20 1
|
||||
M_HURT 0 0
|
||||
M_JKILL 0 0
|
||||
M_ROUGH 0 0
|
||||
|
@ -826,8 +826,8 @@ M_SAVEG 0 0
|
|||
M_LOADG 0 0
|
||||
M_DISP 0 0
|
||||
M_MSENS 0 1
|
||||
M_GDHIGH 0 1
|
||||
M_GDLOW 0 1
|
||||
M_GDHIGH 26 1
|
||||
M_GDLOW 26 1
|
||||
M_DETAIL 0 1
|
||||
M_DISOPT 0 0
|
||||
M_SCRNSZ 0 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue