Subtly changed indentation.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1510 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6b81349a31
commit
f43d5a3bf8
1 changed files with 3 additions and 3 deletions
|
@ -315,13 +315,13 @@ static void M_Download_Draw (int x, int y, struct menucustom_s *c, struct menu_s
|
||||||
Draw_Character (x+20, y, 129);
|
Draw_Character (x+20, y, 129);
|
||||||
|
|
||||||
if (pn == info->highlightednum)
|
if (pn == info->highlightednum)
|
||||||
Draw_Alt_String(x+40, y, p->name);
|
Draw_Alt_String(x+48, y, p->name);
|
||||||
else
|
else
|
||||||
Draw_String(x+40, y, p->name);
|
Draw_String(x+48, y, p->name);
|
||||||
|
|
||||||
if (p->flags & DPF_DISPLAYVERSION)
|
if (p->flags & DPF_DISPLAYVERSION)
|
||||||
{
|
{
|
||||||
Draw_String(x+40+strlen(p->name)*8, y, va(" (%i.%i)", p->version/1000, p->version%1000));
|
Draw_String(x+48+strlen(p->name)*8, y, va(" (%i.%i)", p->version/1000, p->version%1000));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue