get the positioning correct for Draw_CenterPic

This commit is contained in:
Bill Currie 2002-01-29 18:44:31 +00:00
parent b64693a332
commit 0906ac5694

View file

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