mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-08 20:39:03 +00:00
fixed "lastexplore" not getting set to "shmup::curtime" in the fifteen puzzle in shmup
This commit is contained in:
@@ -167,7 +167,7 @@ bool fifteen3 = true;
|
||||
|
||||
bool draw_fifteen(cell *c, const shiftmatrix& V) {
|
||||
hr::addaura(tC0(V), darkened(0x0000FF), 0);
|
||||
lastexplore = turncount;
|
||||
lastexplore = shmup::on ? shmup::curtime : turncount;
|
||||
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; c->item = itNone; c->monst = moNone; return false; }
|
||||
check_move();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user