hv:: fixed CR2

This commit is contained in:
Zeno Rogue 2023-12-15 09:54:27 +01:00
parent ed8b7d5d1d
commit bce07e5914
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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;