Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
724ca0c4
Commit
724ca0c4
authored
Apr 18, 2022
by
Dino Bollinger
Browse files
Fury: Fix crash due to an oversight in commit
88cd3685
parent
b372ce6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/duke3d/src/menus.cpp
View file @
724ca0c4
...
...
@@ -2532,6 +2532,7 @@ static void Menu_Pre(MenuID_t cm)
break
;
case
MENU_DISPLAYSETUP
:
Menu_PopulateLanguages
();
MenuEntry_HideOnCondition
(
&
ME_DISPLAYSETUP_VOXELS
,
!
g_haveVoxels
);
#ifndef EDUKE32_STANDALONE
#ifdef USE_OPENGL
...
...
@@ -2569,7 +2570,6 @@ static void Menu_Pre(MenuID_t cm)
(
ud
.
screen_size
>
8
&&
!
(
ud
.
statusbarflags
&
STATUSBAR_NOSHRINK
))
*
((
ud
.
screen_size
-
8
)
>>
2
)
-
1
;
Menu_PopulateLanguages
();
break
;
case
MENU_RENDERER
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment