1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 16:14:49 +00:00

fixup to pages

This commit is contained in:
Zeno Rogue
2025-11-11 19:03:31 +01:00
parent 315dc2a849
commit 8ec12d612d

View File

@@ -79,7 +79,6 @@ EX void showOverview() {
int numpages = (nl-1) / lands_per_page + 1;
if(numpages > 1) {
pages = true;
lstart += dialog::handlePage(nl, nlm, lands_per_page, numpages);
}
else nlm = nl;