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

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@250 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-08-02 17:33:03 +00:00
parent 6bbb06b490
commit edd2a2a34f

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)