1
0
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:
bacchelordoh
2025-10-10 23:04:38 -05:00
committed by GitHub
parent 8faa789de7
commit c384169cba

View File

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