reduced corner_bonus in 334

This commit is contained in:
Zeno Rogue 2019-10-12 13:16:09 +02:00
parent 60ff50e8e2
commit 31861cc45a
1 changed files with 1 additions and 0 deletions

View File

@ -1049,6 +1049,7 @@ void geometry_information::compute_cornerbonus() {
corner_bonus = 0;
for(hpcshape sh: shWall3D) for(int i=sh.s; i<sh.e; i++)
corner_bonus = max(corner_bonus, hdist0(hpc[i]));
if(cgflags & qIDEAL) corner_bonus = 3;
}
#endif