1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 10:52:14 +00:00

removed an unused argument in displayPageButtons

This commit is contained in:
Zeno Rogue
2025-11-11 18:51:07 +01:00
parent ae3a1f2e21
commit 315dc2a849
4 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -43,8 +43,6 @@ EX void showOverview() {
mouseovers += XLAT(" Hell: %1/%2", its(orbsUnlocked()), its(lands_for_hell()));
}
bool pages = false;
{
dynamicval<int> ds(dual::state, dual::state ? 2 : 0);
generateLandList(isLandIngame);
@@ -155,7 +153,7 @@ EX void showOverview() {
}
}
dialog::displayPageButtons(3, pages, numpages);
dialog::displayPageButtons(3, numpages);
keyhandler = [numpages] (int sym, int uni) {
int umod = uni % 1000;