1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fifteen:: no more ghosts

This commit is contained in:
Zeno Rogue 2021-07-04 11:31:25 +02:00
parent 1facb672ac
commit 4c3529cae4

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();