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:
sezero 2010-02-19 11:55:21 +00:00
parent bf5dab9359
commit 55bbdd2162

View file

@ -1041,11 +1041,11 @@ again:
//=============================================================================
/* OPTIONS MENU */
#ifdef _WIN32
#define OPTIONS_ITEMS 14
#else
//#ifdef _WIN32
//#define OPTIONS_ITEMS 14
//#else
#define OPTIONS_ITEMS 13
#endif
//#endif
#define SLIDER_RANGE 10