mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed a crash when generating daily
This commit is contained in:
parent
84f5d2b454
commit
b6986879ec
2
cell.cpp
2
cell.cpp
@ -760,7 +760,7 @@ cdata orig_cdata;
|
||||
|
||||
EX bool geometry_supports_cdata() {
|
||||
if(hybri) return PIU(geometry_supports_cdata());
|
||||
return among(geometry, gEuclid, gEuclidSquare, gNormal, gOctagon, g45, g46, g47, gBinaryTiling) || (arcm::in() && !sphere) || currentmap->strict_tree_rules();
|
||||
return among(geometry, gEuclid, gEuclidSquare, gNormal, gOctagon, g45, g46, g47, gBinaryTiling) || (arcm::in() && !sphere) || (currentmap && currentmap->strict_tree_rules());
|
||||
}
|
||||
|
||||
void affect(cdata& d, short rv, signed char signum) {
|
||||
|
Loading…
Reference in New Issue
Block a user