[Origin] Implement basic git fetch force need to fix up animations

This commit is contained in:
Peter Cottle 2013-05-26 23:44:07 -07:00
parent 3a23973a9a
commit 6080d324ce
9 changed files with 468 additions and 73 deletions

View file

@ -420,6 +420,7 @@ var Level = Sandbox.extend({
finishAnimationChain
.then(function() {
if (!skipFinishDialog && nextLevel) {
log.choseNextLevel(nextLevel.id);
Main.getEventBaton().trigger(
'commandSubmitted',
'level ' + nextLevel.id