mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-22 00:24:49 +00:00
fixup to pages
This commit is contained in:
@@ -79,7 +79,6 @@ EX void showOverview() {
|
|||||||
int numpages = (nl-1) / lands_per_page + 1;
|
int numpages = (nl-1) / lands_per_page + 1;
|
||||||
|
|
||||||
if(numpages > 1) {
|
if(numpages > 1) {
|
||||||
pages = true;
|
|
||||||
lstart += dialog::handlePage(nl, nlm, lands_per_page, numpages);
|
lstart += dialog::handlePage(nl, nlm, lands_per_page, numpages);
|
||||||
}
|
}
|
||||||
else nlm = nl;
|
else nlm = nl;
|
||||||
|
|||||||
Reference in New Issue
Block a user