This commit is contained in:
parent
88e2da484c
commit
9f8545e991
|
@ -18,7 +18,7 @@ window.noname_update={
|
||||||
// 'mode/boss.js',
|
// 'mode/boss.js',
|
||||||
// 'mode/versus.js',
|
// 'mode/versus.js',
|
||||||
'mode/guozhan.js',
|
'mode/guozhan.js',
|
||||||
// 'mode/identity.js',
|
'mode/versus.js',
|
||||||
// 'mode/chess.js',
|
// 'mode/chess.js',
|
||||||
// 'mode/tafang.js',
|
// 'mode/tafang.js',
|
||||||
// 'mode/guozhan.js',
|
// 'mode/guozhan.js',
|
||||||
|
|
|
@ -5419,7 +5419,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if(_status.mode=='siguo'){
|
else if(_status.mode=='siguo'){
|
||||||
if(game.players.length==1||(game.players.length==2&&game.players[i].side==game.players[1].side)){
|
if(game.players.length==1||(game.players.length==2&&game.players[0].side==game.players[1].side)){
|
||||||
game.over(game.me.side==game.players[0].side);
|
game.over(game.me.side==game.players[0].side);
|
||||||
}
|
}
|
||||||
var assignzhibao=function(){
|
var assignzhibao=function(){
|
||||||
|
|
Loading…
Reference in New Issue