1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 19:27:54 +00:00

minor style changes

This commit is contained in:
Zeno Rogue
2022-12-15 21:18:39 +01:00
parent 74b59d3331
commit 90977aacaf
2 changed files with 5 additions and 2 deletions

View File

@@ -665,7 +665,7 @@ void geometry_information::generate_floorshapes_for(int id, cell *c, int siid, i
}
#if MAXMDIM >= 4
if(WDIM == 2 && GDIM == 3) {
if(embedded_plane) {
finishshape();
for(auto pfsh: all_plain_floorshapes) {
auto& fsh = *pfsh;