This commit is contained in:
libccy 2017-03-31 15:21:22 +08:00
parent f59f8ee8e8
commit 1fb92a6d90
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
window.noname_update={
version:'1.9.20',
update:'1.9.19',
// update:'1.9.19',
changeLog:[
'忠胆英杰',
],
@ -16,7 +16,7 @@ window.noname_update={
'character/*',
// 'character/sp.js',
// 'mode/boss.js',
'mode/versus.js',
// 'mode/versus.js',
// 'mode/guozhan.js',
// 'mode/identity.js',
// 'mode/chess.js',

View File

@ -2716,13 +2716,13 @@ mode.versus={
}
},
modeSwapPlayer:function(player){
if(_status.mode=='four'){
game.swapPlayer(player);
}
else{
if(_status.mode=='three'||(_status.mode=='standard'&&lib.storage.single_control)){
game.swapControl(player);
game.onSwapControl();
}
else{
game.swapPlayer(player);
}
},
updateLineMe:function(opacity,player){
if(!player){