updated 修复玩多盘后,第2关起数据未重置的问题

This commit is contained in:
mumuy
2018-01-15 18:29:36 +08:00
parent 810265f806
commit d09a02b308
2 changed files with 2 additions and 2 deletions

View File

@@ -402,6 +402,7 @@ function Game(id,params){
_stages[_index].status = 0;
_index = index;
_stages[_index].status = 1;
_stages[_index].reset(); //重置
return _stages[_index];
};
//下个布景