mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
hv:: fixed CR2
This commit is contained in:
parent
ed8b7d5d1d
commit
bce07e5914
@ -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)
|
||||
|
@ -284,7 +284,7 @@ EX void initgame() {
|
||||
princess::generating = false;
|
||||
}
|
||||
|
||||
if(cwt.at->land == laCrossroads2) {
|
||||
if(cwt.at->land == laCrossroads2 && !ls::hv_structure()) {
|
||||
cell *c = cwt.at;
|
||||
if(mhybrid) { c = hybrid::get_where(c).first; PIU( c->cmove(0) ); }
|
||||
c->landparam = 12;
|
||||
|
Loading…
Reference in New Issue
Block a user