Black box: Difference between revisions

No change in size ,  6 years ago
bug correction
No edit summary
(bug correction)
Line 47:
}
function stepBeam( sx, sy, dx, dy ) {
var s = brdSize - 12
if( dx ) {
if( board[sx][sy].H ) return {r:"H", x:sx, y:sy};