mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
hv:: fixed CR2
This commit is contained in:
@@ -874,6 +874,7 @@ EX void buildCrossroads2(cell *c) {
|
||||
if(buggyGeneration) return;
|
||||
|
||||
if(!c) return;
|
||||
if(ls::hv_structure()) return;
|
||||
|
||||
for(int i=0; i<c->type; i++)
|
||||
if(c->move(i) && !c->move(i)->landparam && c->move(i)->mpdist < c->mpdist)
|
||||
|
Reference in New Issue
Block a user