revert incorrect changes to NUM_GAMEOPTIONS and gameoptions_cursor_table from rev. 246.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@250 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-08-02 17:33:03 +00:00
parent f493f3a17f
commit c8273e039c
1 changed files with 2 additions and 2 deletions

View File

@ -2476,8 +2476,8 @@ void M_Menu_GameOptions_f (void)
}
int gameoptions_cursor_table[] = {40, 56, 64, 72, 80, 88, 96, 112, 120, 128};
#define NUM_GAMEOPTIONS 10
int gameoptions_cursor_table[] = {40, 56, 64, 72, 80, 88, 96, 112, 120};
#define NUM_GAMEOPTIONS 9
int gameoptions_cursor;
void M_GameOptions_Draw (void)