mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
get the positioning correct for Draw_CenterPic
This commit is contained in:
parent
b64693a332
commit
0906ac5694
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ bi_Draw_CenterPic (progs_t *pr)
|
|||
Con_DPrintf ("can't load %s\n", path);
|
||||
return;
|
||||
}
|
||||
Draw_Pic (x + pic->width / 2, y, pic);
|
||||
Draw_Pic (x - pic->width / 2, y, pic);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue