CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/07/20 17:04:17
Modified files: games/backgammon/common_source: one.c Log message: Sometimes, the computer's move was printed, but the computer's men didn't actually move. This happened when "swap" was called earlier, and then later in the final call to makmove(), swapping back would have been required, but was erroneously denied. Patch sent in pjanzen@. It looks like the bug was already present in the original version in 4.1a BSD in 1982.