mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
do not show deprecated geometries in select_quotient_screen()
This commit is contained in:
@@ -513,6 +513,7 @@ EX void select_quotient_screen() {
|
||||
char key = 'a';
|
||||
for(int i=0; i<isize(ginf); i++) {
|
||||
auto g = eGeometry(i);
|
||||
if(ginf[g].flags & qDEPRECATED) continue;
|
||||
if(same_tiling(g)) {
|
||||
dialog::addBoolItem(
|
||||
(ginf[g].flags & qANYQ) ?
|
||||
|
Reference in New Issue
Block a user