mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
menu.c: style fix
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@737 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
36c6812a5f
commit
7009ec07d0
1 changed files with 1 additions and 1 deletions
|
@ -1341,6 +1341,7 @@ void M_UnbindCommand (const char *command)
|
|||
}
|
||||
}
|
||||
|
||||
extern qpic_t *pic_up, *pic_down;
|
||||
|
||||
void M_Keys_Draw (void)
|
||||
{
|
||||
|
@ -1348,7 +1349,6 @@ void M_Keys_Draw (void)
|
|||
int keys[2];
|
||||
const char *name;
|
||||
qpic_t *p;
|
||||
extern qpic_t *pic_up, *pic_down;
|
||||
|
||||
p = Draw_CachePic ("gfx/ttl_cstm.lmp");
|
||||
M_DrawPic ( (320-p->width)/2, 4, p);
|
||||
|
|
Loading…
Reference in a new issue