fixed crash in irregular tilings

This commit is contained in:
Zeno Rogue
2019-11-30 18:06:47 +01:00
parent 1cba452f07
commit 51c1d49628
-1
View File
@@ -631,7 +631,6 @@ void geometry_information::generate_floorshapes() {
#if CAP_IRR
else if(IRREGULAR) {
DEBBI(DF_POLY, ("generate_floorshapes: irregular"));
cell model;
int cc = isize(irr::cells);