From bce07e59145667420c3fd6a36c7506e7a42abc18 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 15 Dec 2023 09:54:27 +0100 Subject: [PATCH] hv:: fixed CR2 --- barriers.cpp | 1 + system.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/barriers.cpp b/barriers.cpp index a8e5311c..9e1e9692 100644 --- a/barriers.cpp +++ b/barriers.cpp @@ -874,6 +874,7 @@ EX void buildCrossroads2(cell *c) { if(buggyGeneration) return; if(!c) return; + if(ls::hv_structure()) return; for(int i=0; itype; i++) if(c->move(i) && !c->move(i)->landparam && c->move(i)->mpdist < c->mpdist) diff --git a/system.cpp b/system.cpp index ac82c737..29f2b7ef 100644 --- a/system.cpp +++ b/system.cpp @@ -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;