dual:: disabled gameover for now

This commit is contained in:
Zeno Rogue 2019-05-29 23:08:57 +02:00
parent 9561e348a1
commit e99896be06
1 changed files with 2 additions and 0 deletions

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