From 4c3529cae4551c09975d67459b3d7e2eff8ad769 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 4 Jul 2021 11:31:25 +0200 Subject: [PATCH] fifteen:: no more ghosts --- rogueviz/fifteen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rogueviz/fifteen.cpp b/rogueviz/fifteen.cpp index 4beb2877..5a802b54 100644 --- a/rogueviz/fifteen.cpp +++ b/rogueviz/fifteen.cpp @@ -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();