mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
nicer plain floorshapes in IRREGULAR maps
This commit is contained in:
parent
7cf1643c5d
commit
61720cec5e
@ -507,7 +507,7 @@ void geometry_information::generate_floorshapes_for(int id, cell *c, int siid, i
|
||||
}
|
||||
}
|
||||
|
||||
else if(arb::in() || aperiodic || arcm::in()) {
|
||||
else if(arb::in() || aperiodic || arcm::in() || IRREGULAR) {
|
||||
vector<hyperpoint> actual;
|
||||
for(int j=0; j<cor; j++)
|
||||
actual.push_back(get_corner_position(c, j));
|
||||
|
Loading…
Reference in New Issue
Block a user