mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
fix disabling dynamic resolution menu item
This commit is contained in:
parent
cf23b4b2fb
commit
9682f562c8
@ -7224,6 +7224,11 @@ void M_ResetSetupMenu(void)
|
||||
gen_settings5[gen5_brightmaps].m_flags |= S_DISABLE;
|
||||
}
|
||||
|
||||
if (current_video_height <= DRS_MIN_HEIGHT)
|
||||
{
|
||||
gen_settings1[gen1_dynamic_resolution].m_flags |= S_DISABLE;
|
||||
}
|
||||
|
||||
M_CoerceFPSLimit();
|
||||
M_UpdateCrosshairItems();
|
||||
M_UpdateCenteredWeaponItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user