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:
svdijk 2012-09-27 10:58:04 +00:00
parent 36c6812a5f
commit 7009ec07d0
1 changed files with 1 additions and 1 deletions

View File

@ -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);