multigame support, including dualmode

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:03 +02:00
parent 587652e540
commit 8295251cdc
17 changed files with 492 additions and 126 deletions
+3
View File
@@ -37,7 +37,10 @@ void showOverview() {
bool pages;
{
dynamicval<int> ds(dual::state, dual::state ? 2 : 0);
generateLandList(isLandIngame);
}
bool not_in_game = false;