mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
init variable
This might have made valgrind happier, though it's been a while. Can't hurt.
This commit is contained in:
parent
80167fb2d9
commit
382718bcb0
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ static XP_Bool
|
|||
drawCell( BoardCtxt* board, const XP_U16 col, const XP_U16 row, XP_Bool skipBlanks )
|
||||
{
|
||||
XP_Bool success = XP_TRUE;
|
||||
XP_Rect cellRect;
|
||||
XP_Rect cellRect = {0};
|
||||
Tile tile;
|
||||
XP_Bool isBlank, isEmpty, recent, pending = XP_FALSE;
|
||||
XWBonusType bonus;
|
||||
|
|
Loading…
Add table
Reference in a new issue