mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
"page x of y"
This commit is contained in:
parent
15f1636be5
commit
5d32334164
1 changed files with 1 additions and 1 deletions
|
|
@ -7285,7 +7285,7 @@ static void M_DrawEmblemHints(void)
|
|||
if (itemOn == 0){
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue