This commit is contained in:
gnieark 2016-06-07 23:24:26 +02:00
parent efde0e7f08
commit 0e44dd2a8e

View File

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