diff --git a/engine/client/sbar.c b/engine/client/sbar.c index 7f67fcddd..0dc1670b0 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -1772,9 +1772,11 @@ void Sbar_DeathmatchOverlay (int start) scr_copyeverything = 1; scr_fullupdate = 0; - if (!start) { - pic = Draw_CachePic ("gfx/ranking.lmp"); - Draw_Pic ((vid.width - 320)/2 + 160-pic->width/2, 0, pic); + if (!start) + { + pic = Draw_SafeCachePic ("gfx/ranking.lmp"); + if (pic) + Draw_Pic ((vid.width - 320)/2 + 160-pic->width/2, 0, pic); } // scores