do not destroy the Round Table in makeEmpty

This commit is contained in:
Zeno Rogue 2021-04-25 11:31:01 +02:00
parent 923f4522c3
commit 3529fa8d84
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ EX bool makeEmpty(cell *c) {
c->wparam = reptilemax();
else if(c->wall == waAncientGrave && bounded)
;
else
else if(c->wall != waRoundTable)
c->wall = waNone;
if(c->land == laBrownian && c->wall == waNone && c->landparam == 0)