set landparam = 1 on recall in Brownian just in case

This commit is contained in:
Zeno Rogue 2019-10-05 17:00:10 +02:00
parent 0e759f9da9
commit b8fd4e1199
1 changed files with 3 additions and 0 deletions

View File

@ -3462,6 +3462,9 @@ EX bool makeEmpty(cell *c) {
;
else
c->wall = waNone;
if(c->land == laBrownian && c->wall == waNone && c->landparam == 0)
c->landparam = 1;
if(c->item != itCompass)
c->item = itNone;