Fix freeze in 'Skip to Last Turn' button

The 'Skip to Last Turn' button would freeze when used on the last
turn of a battle.
This commit is contained in:
Guangcong Luo 2014-05-27 03:59:05 -05:00
parent db2c6c5713
commit bcc565dcdd

View File

@ -619,7 +619,7 @@
this.battle.skipTurn();
},
goToEnd: function() {
while (this.battle.activityQueueActive) this.battle.skipTurn();
this.battle.fastForwardTo(-1);
},
register: function(userid) {
var registered = app.user.get('registered');