Fixed with a hack.

This commit is contained in:
Nick Winter 2014-04-11 17:55:47 -07:00
parent 91c2f0fa33
commit 99b430c1b4

View file

@ -421,7 +421,7 @@ module.exports = class PlayLevelView extends View
return if @alreadyLoadedState
@alreadyLoadedState = true
state = @originalSessionState
if state.frame
if state.frame and @level.get('type') isnt 'ladder' # https://github.com/codecombat/codecombat/issues/714
Backbone.Mediator.publish 'level-set-time', { time: 0, frameOffset: state.frame }
if state.selected
# TODO: Should also restore selected spell here by saving spellName