mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
added SMMU's M_MISC
This commit is contained in:
parent
6a38340299
commit
9b8ecef8ac
3 changed files with 4 additions and 2 deletions
|
@ -853,7 +853,7 @@ M_MESS 0 1
|
||||||
|
|
||||||
; MBF
|
; MBF
|
||||||
M_COMPAT 0 1
|
M_COMPAT 0 1
|
||||||
MBFTEXT 0 1
|
MBFTEXT 0 1
|
||||||
|
|
||||||
; PrBoom/PrBoom+
|
; PrBoom/PrBoom+
|
||||||
PRBOOM 0 1
|
PRBOOM 0 1
|
||||||
|
@ -867,6 +867,7 @@ M_DEMOS 0 1
|
||||||
M_FEAT 0 1
|
M_FEAT 0 1
|
||||||
M_HUD 0 1
|
M_HUD 0 1
|
||||||
M_LDSV 0 1
|
M_LDSV 0 1
|
||||||
|
M_MISC 0 1
|
||||||
M_MOUSE 0 1
|
M_MOUSE 0 1
|
||||||
M_MULTI 0 1
|
M_MULTI 0 1
|
||||||
M_SERIAL 0 1
|
M_SERIAL 0 1
|
||||||
|
|
|
@ -16,7 +16,7 @@ TEXTGEN_GRAPHIC_LUMPS = \
|
||||||
m_mess.png m_mouse.png m_multi.png m_player.png m_serial.png \
|
m_mess.png m_mouse.png m_multi.png m_player.png m_serial.png \
|
||||||
m_setup.png m_sound.png m_stat.png m_status.png m_tcpip.png \
|
m_setup.png m_sound.png m_stat.png m_status.png m_tcpip.png \
|
||||||
m_versen.png m_video.png m_wad.png m_wadopt.png m_weap.png \
|
m_versen.png m_video.png m_wad.png m_wadopt.png m_weap.png \
|
||||||
m_crispy.png m_lvltbl.png m_cstskl.png mbftext.png \
|
m_crispy.png m_lvltbl.png m_cstskl.png mbftext.png m_misc.png \
|
||||||
prboom.png t_phase1.png t_phase2.png \
|
prboom.png t_phase1.png t_phase2.png \
|
||||||
m_ultra.png wibp1.png wibp2.png wibp3.png wibp4.png \
|
m_ultra.png wibp1.png wibp2.png wibp3.png wibp4.png \
|
||||||
wicolon.png wienter.png wif.png wifrgs.png wipcnt.png \
|
wicolon.png wienter.png wif.png wifrgs.png wipcnt.png \
|
||||||
|
|
|
@ -218,6 +218,7 @@ red_graphics = {
|
||||||
"m_feat": "Features",
|
"m_feat": "Features",
|
||||||
"m_hud": "heads up display",
|
"m_hud": "heads up display",
|
||||||
"m_ldsv": "Load/Save",
|
"m_ldsv": "Load/Save",
|
||||||
|
"m_misc": "misc. game options",
|
||||||
"m_mouse": "mouse options",
|
"m_mouse": "mouse options",
|
||||||
"m_serial": "serial connection",
|
"m_serial": "serial connection",
|
||||||
"m_sound": "sound options",
|
"m_sound": "sound options",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue