mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Adjust replay menu pagination.
This commit is contained in:
parent
e5aa147310
commit
085e57a067
@ -1491,7 +1491,7 @@ void OpenReplaySubMenu(int client, int track)
|
|||||||
menu.AddItem("-1", "ERROR");
|
menu.AddItem("-1", "ERROR");
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(menu.ItemCount <= ((gEV_Type == Engine_CSS)? 9:8))
|
else if(menu.ItemCount <= ((gEV_Type == Engine_CSS)? 8:7))
|
||||||
{
|
{
|
||||||
menu.Pagination = MENU_NO_PAGINATION;
|
menu.Pagination = MENU_NO_PAGINATION;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user