1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed error

This commit is contained in:
Zeno Rogue 2020-07-30 03:40:00 +02:00
parent b3dd70f26a
commit 947ec6afe9

View File

@ -1324,8 +1324,7 @@ EX namespace peace {
variation = eVariation::bitruncated;
in_dual = false;
}
};
}
EX void showMenu() {
string title = XLAT(otherpuzzles ? (explore_other ? "exploration" : "puzzles") : "memory game");