1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

fixed crash in irregular tilings

This commit is contained in:
Zeno Rogue 2019-11-27 01:03:12 +01:00
parent 1cba452f07
commit 51c1d49628

View File

@ -631,7 +631,6 @@ void geometry_information::generate_floorshapes() {
#if CAP_IRR #if CAP_IRR
else if(IRREGULAR) { else if(IRREGULAR) {
DEBBI(DF_POLY, ("generate_floorshapes: irregular")); DEBBI(DF_POLY, ("generate_floorshapes: irregular"));
cell model;
int cc = isize(irr::cells); int cc = isize(irr::cells);