fixed paused being displayed by default in gl

This commit is contained in:
Chris Ison 2001-05-23 10:20:27 +00:00
parent 1a25bc9349
commit 3cc3392a8a
2 changed files with 2 additions and 2 deletions

View file

@ -499,7 +499,7 @@ SCR_DrawPause (int swap)
if (!scr_showpause->int_val) // turn off for screenshots
return;
if (r_paused)
if (!r_paused)
return;
pic = Draw_CachePic ("gfx/pause.lmp", true);

View file

@ -499,7 +499,7 @@ SCR_DrawPause (int swap)
if (!scr_showpause->int_val) // turn off for screenshots
return;
if (r_paused)
if (!r_paused)
return;
pic = Draw_CachePic ("gfx/pause.lmp", true);