mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-29 15:31:23 +00:00
fixed new geometry handling for Archimedean
This commit is contained in:
@@ -1672,7 +1672,7 @@ EX namespace patterns {
|
||||
if(archimedean)
|
||||
dialog::addSelItem(XLAT("Archimedean"), "Archimedean", 'A');
|
||||
|
||||
if(geometry == gCrystal)
|
||||
if(cryst)
|
||||
dialog::addSelItem(XLAT("Crystal coordinates"), "Crystal", 'K');
|
||||
|
||||
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
||||
|
||||
Reference in New Issue
Block a user