1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-22 22:10:20 +00:00

fixed premature victory screen in minesweeper

This commit is contained in:
Zeno Rogue 2020-08-20 16:03:08 +02:00
parent 64cb6772e8
commit 0e38bc2352

View File

@ -474,7 +474,7 @@ EX void explodeMine(cell *c) {
c->wall = waMineOpen;
explosion(c, 20, 20);
#if CAP_COMPLEX2
mine::auto_teleport_charges();
changes.at_commit(mine::auto_teleport_charges);
#endif
}