This commit is contained in:
gnieark 2016-06-07 23:36:37 +02:00
parent 25c4b4f566
commit d431960690

View File

@ -151,7 +151,7 @@ function playingAT(col){
var line="";
var lx , ly;
for (lx = kx, ly = ky; (lx < 7) && (ly > -1); lx++ , ly-- ){
alert (ly);
alert (ly + " " + ky);
if( board[ly][lx] == ""){
line += " ";
}else{