mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 06:20:09 +00:00
fixed premature victory screen in minesweeper
This commit is contained in:
parent
64cb6772e8
commit
0e38bc2352
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user