chiark / gitweb /
at: Note that a bug was fixed
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 20:00:36 +0000 (20:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 20:00:36 +0000 (20:00 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs

index 10bcf578101e0e1c28098e591633b082a3abf337..8ef3c1c52f56a67f53daf0b3bc8521f19bd16b5f 100644 (file)
@@ -600,9 +600,6 @@ impl Ctx {
       bob.synchu(&mut b_pieces)?;
     }
 
-    // ^ also do the above after alice has grasped and moved
-    //   but not yet released.  currently this is buggy  xxx
-
     for (xi, &p) in a_pawns.iter().enumerate().take(1) {
       let xix: Coord = xi.try_into().unwrap();
       let pos = PosC([ (xix + 1) * 15, 20 ]);