mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-19 15:15:12 +00:00
fixed new geometry handling for Archimedean
This commit is contained in:
@@ -1292,7 +1292,7 @@ EX void centerpc(ld aspd) {
|
||||
if(dual::split([=] () { centerpc(aspd); })) return;
|
||||
|
||||
#if CAP_CRYSTAL
|
||||
if(geometry == gCrystal)
|
||||
if(cryst)
|
||||
crystal::centerrug(aspd);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user