mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
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:
parent
f493f3a17f
commit
c8273e039c
1 changed files with 2 additions and 2 deletions
|
@ -2476,8 +2476,8 @@ void M_Menu_GameOptions_f (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int gameoptions_cursor_table[] = {40, 56, 64, 72, 80, 88, 96, 112, 120, 128};
|
int gameoptions_cursor_table[] = {40, 56, 64, 72, 80, 88, 96, 112, 120};
|
||||||
#define NUM_GAMEOPTIONS 10
|
#define NUM_GAMEOPTIONS 9
|
||||||
int gameoptions_cursor;
|
int gameoptions_cursor;
|
||||||
|
|
||||||
void M_GameOptions_Draw (void)
|
void M_GameOptions_Draw (void)
|
||||||
|
|
Loading…
Reference in a new issue