fix the placement of the "paused" icon

This commit is contained in:
Bill Currie 2010-01-13 06:35:33 +00:00 committed by Jeff Teunissen
parent 01452ce5c8
commit dbe0c763d5

View file

@ -271,8 +271,8 @@ SCR_DrawPause (void)
return;
pic = Draw_CachePic ("gfx/pause.lmp", true);
Draw_Pic ((vid.width - pic->width) / 2,
(vid.height - 48 - pic->height) / 2, pic);
Draw_Pic ((vid.conwidth - pic->width) / 2,
(vid.conheight - 48 - pic->height) / 2, pic);
}
void