]> git.cworth.org Git - wordgame/commit
Fix randomizing of letter positions to never end up on top of each other
authorCarl Worth <cworth@cworth.org>
Tue, 5 Dec 2006 06:46:53 +0000 (22:46 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 5 Dec 2006 06:46:53 +0000 (22:46 -0800)
commit169f626b0c71bc2cc5f7929ffa4b986e0acfee2a
tree69aaae8745cdf9aefb85d93d9e200274afae617a
parent94e6a95793f85c391427cc429f8d52650554f5b1
Fix randomizing of letter positions to never end up on top of each other

We had some confusion over who was in charge of the letter position,
(whether the matrix as manipulated by the core animate code, or
whether private fields in our demo-item structure). We now do all
positioning based on the matrix. As a regression, animation is now
disabled.
demo-item.c
demo-item.h
rack-fancy.c