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:
parent
1cba452f07
commit
51c1d49628
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user