Filtering the Overview now hides page buttons reliably

This commit is contained in:
Jesse Ruderman 2021-07-08 01:32:11 -07:00
parent 7fff0405a7
commit 306066fa4e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ EX void showOverview() {
mouseovers += XLAT(" Hell: %1/%2", its(orbsUnlocked()), its(lands_for_hell()));
}
bool pages;
bool pages = false;
{
dynamicval<int> ds(dual::state, dual::state ? 2 : 0);