mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 14:30:08 +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;
|
c->wall = waMineOpen;
|
||||||
explosion(c, 20, 20);
|
explosion(c, 20, 20);
|
||||||
#if CAP_COMPLEX2
|
#if CAP_COMPLEX2
|
||||||
mine::auto_teleport_charges();
|
changes.at_commit(mine::auto_teleport_charges);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user