Skip to content

Menu fixes / tweaks - #988

Open
andrikpowell wants to merge 1 commit into
kraflab:masterfrom
andrikpowell:dsda-menu-fixes-and-tweaks
Open

andrikpowell wants to merge 1 commit into
kraflab:masterfrom
andrikpowell:dsda-menu-fixes-and-tweaks

Conversation

@andrikpowell

Copy link
Copy Markdown
Contributor
  • simplify thermo logic / calls
  • thermos can be disabled (removed highlight)
  • use disabled instead of strict (disabled includes strict)
  • add some failure sounds
  • remove && CR_BRIGHT
  • replace LoadDef with SaveDef in M_DrawSave()

- simplify thermo logic / calls
- thermos can be disabled (removed highlight)
- use disabled instead of strict (disabled includes strict)
- add some failure sounds
- remove `&& CR_BRIGHT`
- replace LoadDef with SaveDef in `M_DrawSave()`
Comment thread prboom2/src/m_menu.c
{
// Mouse highlight is always enabled
if (M_MouseHovered(item))
return true;

@Pedro-Beirao Pedro-Beirao Sep 15, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is a remnant from nyan? Since the function is useless for us in dsda.

I think its ok to keep it here in dsda since Im sure there will be many more menu changes in the future.

@Pedro-Beirao Pedro-Beirao left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants