mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-13 00:34:11 +00:00
menu.c (OPTIONS_ITEMS): keep as 13 and don't define as 14 for windows,
because the SDL port seems to have removed the "use mouse" entry in the options menu. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@58 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
bf5dab9359
commit
55bbdd2162
1 changed files with 4 additions and 4 deletions
|
@ -1041,11 +1041,11 @@ again:
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/* OPTIONS MENU */
|
/* OPTIONS MENU */
|
||||||
|
|
||||||
#ifdef _WIN32
|
//#ifdef _WIN32
|
||||||
#define OPTIONS_ITEMS 14
|
//#define OPTIONS_ITEMS 14
|
||||||
#else
|
//#else
|
||||||
#define OPTIONS_ITEMS 13
|
#define OPTIONS_ITEMS 13
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#define SLIDER_RANGE 10
|
#define SLIDER_RANGE 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue