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:
parent
1facb672ac
commit
4c3529cae4
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user