mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
do not destroy the Round Table in makeEmpty
This commit is contained in:
parent
923f4522c3
commit
3529fa8d84
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user