mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
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:
parent
c745a202af
commit
99bda4d65f
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)
|
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);
|
||||||
|
|
Loading…
Reference in a new issue