X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_screen.c;h=392feb9411d517f40a8e0a82780211d2ba23f342;hb=e5026b6eb290b2098c6ce92ae7b777fb4457227b;hp=dc0418a19968096b6fdf22f8af521f61bf972817;hpb=f716f8f488d519c27082826c81b7420e7dbe1743;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.c b/cl_screen.c index dc0418a1..392feb94 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -215,7 +215,7 @@ void SCR_DrawPause (void) if (!cl.paused) return; - pic = Draw_CachePic ("gfx/pause.lmp"); + pic = Draw_CachePic ("gfx/pause.lmp", true); DrawQ_Pic ((vid.conwidth - pic->width)/2, (vid.conheight - pic->height)/2, "gfx/pause.lmp", 0, 0, 1, 1, 1, 1, 0); } @@ -551,7 +551,7 @@ void DrawQ_SuperPic(float x, float y, char *picname, float width, float height, memset(&mesh, 0, sizeof(mesh)); if (picname && picname[0]) { - pic = Draw_CachePic(picname); + pic = Draw_CachePic(picname, false); if (width == 0) width = pic->width; if (height == 0)