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
1 changed files with 1 additions and 1 deletions

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
}