mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-25 04:21:39 +00:00
fixed new geometry handling for Archimedean
This commit is contained in:
+1
-1
@@ -1144,7 +1144,7 @@ modecode_t modecode() {
|
||||
#endif
|
||||
|
||||
#if CAP_CRYSTAL
|
||||
if(geometry == gCrystal) {
|
||||
if(cryst) {
|
||||
mct += ll(ginf[geometry].sides) << 29;
|
||||
mct += ll(ginf[geometry].vertex) << 37;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user