menu.c: style fix

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@737 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2012-09-27 10:58:04 +00:00
parent c745a202af
commit 99bda4d65f

View file

@ -1341,6 +1341,7 @@ void M_UnbindCommand (const char *command)
} }
} }
extern qpic_t *pic_up, *pic_down;
void M_Keys_Draw (void) void M_Keys_Draw (void)
{ {
@ -1348,7 +1349,6 @@ void M_Keys_Draw (void)
int keys[2]; int keys[2];
const char *name; const char *name;
qpic_t *p; qpic_t *p;
extern qpic_t *pic_up, *pic_down;
p = Draw_CachePic ("gfx/ttl_cstm.lmp"); p = Draw_CachePic ("gfx/ttl_cstm.lmp");
M_DrawPic ( (320-p->width)/2, 4, p); M_DrawPic ( (320-p->width)/2, 4, p);