added SMMU's M_MISC

This commit is contained in:
Guilherme M. Miranda 2025-07-29 22:14:33 -03:00
parent 6a38340299
commit 9b8ecef8ac
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -853,7 +853,7 @@ M_MESS 0 1
; MBF
M_COMPAT 0 1
MBFTEXT 0 1
MBFTEXT 0 1
; PrBoom/PrBoom+
PRBOOM 0 1
@ -867,6 +867,7 @@ M_DEMOS 0 1
M_FEAT 0 1
M_HUD 0 1
M_LDSV 0 1
M_MISC 0 1
M_MOUSE 0 1
M_MULTI 0 1
M_SERIAL 0 1

View file

@ -16,7 +16,7 @@ TEXTGEN_GRAPHIC_LUMPS = \
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_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 \
m_ultra.png wibp1.png wibp2.png wibp3.png wibp4.png \
wicolon.png wienter.png wif.png wifrgs.png wipcnt.png \

View file

@ -218,6 +218,7 @@ red_graphics = {
"m_feat": "Features",
"m_hud": "heads up display",
"m_ldsv": "Load/Save",
"m_misc": "misc. game options",
"m_mouse": "mouse options",
"m_serial": "serial connection",
"m_sound": "sound options",