This commit is contained in:
libccy 2016-04-24 11:23:47 +08:00
parent 18b66fb801
commit f758ecb333
1 changed files with 1 additions and 4 deletions

View File

@ -268,10 +268,7 @@ mode.story={
var next=game.createEvent('loadScene'); var next=game.createEvent('loadScene');
next.content=function(){ next.content=function(){
'step 0' 'step 0'
if(lib.storage.version!=lib.story.version){
game.pause(); game.pause();
}
} }
} }
}, },