mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
fixed crash in irregular tilings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user