mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix non-Windows building.
DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4497 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
11e9b8f4ce
commit
d4cfdb7da0
1 changed files with 2 additions and 0 deletions
|
@ -2472,8 +2472,10 @@ static int32_t M_MenuEntryOptionModify(MenuGroup_t* group, MenuEntry_t *entry, i
|
|||
ud.showweapons = newOption;
|
||||
else if (entry == &ME_GAMESETUP_CONSOLETEXT)
|
||||
OSD_SetTextMode(newOption);
|
||||
#ifdef _WIN32
|
||||
else if (entry == &ME_GAMESETUP_UPDATES)
|
||||
ud.config.LastUpdateCheck = 0;
|
||||
#endif
|
||||
else if (entry == &ME_PLAYER_WEAPSWITCH_PICKUP)
|
||||
{
|
||||
ud.weaponswitch &= ~(1|4);
|
||||
|
|
Loading…
Reference in a new issue