Fix boulder-over-pit sanity after landmine blows up

This commit is contained in:
Pasi Kallinen
2024-12-28 20:30:11 +02:00
parent 66d0307e95
commit d11747899e
+1
View File
@@ -3133,6 +3133,7 @@ blow_up_landmine(struct trap *trap)
} }
} }
} }
fill_pit(x, y);
spot_checks(x, y, old_typ); spot_checks(x, y, old_typ);
} }