reverted the unintentional change which caused holes to appear in the platforms on Ivory Tower

This commit is contained in:
Zeno Rogue 2023-10-05 11:43:02 +02:00
parent ef93305313
commit b9d8aaee13
1 changed files with 1 additions and 1 deletions

View File

@ -4110,7 +4110,7 @@ EX namespace dungeon {
if(rdepths[3]) {
c->wall = waPlatform;
}
if(!rdepths[2] && !rdepths[4] && !rdepths[1]) {
else if(!rdepths[2] && !rdepths[4] && !rdepths[1]) {
c2 = c;
c3 = c;
gen_around(c);