From: Carl Worth Date: Tue, 5 Dec 2006 06:46:53 +0000 (-0800) Subject: Fix randomizing of letter positions to never end up on top of each other X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=169f626b0c71bc2cc5f7929ffa4b986e0acfee2a;hp=169f626b0c71bc2cc5f7929ffa4b986e0acfee2a;p=wordgame 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. ---