This commit is contained in:
libccy 2017-02-17 13:22:08 +08:00
parent bfa08f6e17
commit 615a5ddc89
1 changed files with 3 additions and 3 deletions

View File

@ -20762,9 +20762,9 @@
}
_status.paused=false;
delete _status.waitingForTransition;
// delete _status.event._cardChoice;
// delete _status.event._targetChoice;
// delete _status.event._skillChoice;
delete _status.event._cardChoice;
delete _status.event._targetChoice;
delete _status.event._skillChoice;
game.loop();
}
},