1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

dual:: disabled gameover for now

This commit is contained in:
Zeno Rogue 2019-05-29 23:08:57 +02:00
parent 9561e348a1
commit e99896be06

View File

@ -6460,6 +6460,8 @@ bool hasSafeOrb(cell *c) {
void checkmove() {
if(dual::state == 2) return;
dynamicval<eGravity> gs(gravity_state, gravity_state);
#if CAP_INV