fifteen:: no more ghosts

This commit is contained in:
Zeno Rogue 2021-07-04 11:31:25 +02:00
parent 1facb672ac
commit 4c3529cae4
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ void scramble() {
}
bool draw_fifteen(cell *c, const shiftmatrix& V) {
lastexplore = turncount;
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; return false; }
check_move();