"page x of y"

This commit is contained in:
Bartu İnce 2020-01-22 21:57:28 +01:00
parent 15f1636be5
commit 5d32334164

View file

@ -7285,7 +7285,7 @@ static void M_DrawEmblemHints(void)
if (itemOn == 0){ if (itemOn == 0){
pageflag = V_YELLOWMAP; pageflag = V_YELLOWMAP;
} }
V_DrawString(currentMenu->x + 40, currentMenu->y + 10, pageflag, va("%d",hintpage)); V_DrawString(currentMenu->x + 40, currentMenu->y + 10, pageflag, va("%d of %d",hintpage, local/(NUMHINTS*2) + 1));
} }
// If there are more than 1 page's but less than 2 pages' worth of emblems on the last possible page, // If there are more than 1 page's but less than 2 pages' worth of emblems on the last possible page,