Fix redundant redrawing in Pegs. Apparently it has always redrawn
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:19:18 +0000 (22:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:19:18 +0000 (22:19 +0000)
commitbf5e0dafc03b98790e5f03383e68f18c487fea7d
treebf832243823515f6352449fb74efd278772f0304
parentefdb908d51a58cf7e46bdcf7e4d7ec405eede69d
Fix redundant redrawing in Pegs. Apparently it has always redrawn
every single peg and hole on the board, every time it did any kind of
redraw at all, because I forgot to update the array in the drawstate
indicating the last-drawn state of each position. And nobody's noticed
until now!

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9447 cda61777-01e9-0310-a592-d414129be87e
pegs.c