1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +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
else if(IRREGULAR) {
DEBBI(DF_POLY, ("generate_floorshapes: irregular"));
cell model;
int cc = isize(irr::cells);