diff --git a/src/k_menudraw.c b/src/k_menudraw.c index 3ef4eeefd..326d143ca 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -4011,7 +4011,7 @@ void M_DrawPause(void) i++; // Regardless of whether we drew or not, go to the next item in the menu. - if (i > currentMenu->numitems) + if (i >= currentMenu->numitems) { i = 0; while (!(currentMenu->menuitems[i].status & IT_DISPLAY))