mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
extra guards
This commit is contained in:
@@ -295,11 +295,17 @@ EX namespace dual {
|
||||
}
|
||||
else {
|
||||
variation = eVariation::pure;
|
||||
#if CAP_ARCM
|
||||
geometry = s == 0 ? gEuclidSquare : gArchimedean;
|
||||
#else
|
||||
geometry = gEuclidSquare;
|
||||
#endif
|
||||
}
|
||||
firstland = specialland = laCrossroads4;
|
||||
#if CAP_ARCM
|
||||
if(geometry == gArchimedean)
|
||||
arcm::current.parse("4,4,4,4,4");
|
||||
#endif
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
dgd[s].storegame();
|
||||
|
||||
Reference in New Issue
Block a user