mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix stupid typo that meant crosshairs started on top row was only
three cols wide at first.
This commit is contained in:
parent
3dba8ba13b
commit
d1f6057987
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ static void
|
|||
crosshairs_init( BoardCtxt* board )
|
||||
{
|
||||
DragState* ds = &board->dragState;
|
||||
ds->crosshairs.col = ds->crosshairs.col = -1;
|
||||
ds->crosshairs.col = ds->crosshairs.row = -1;
|
||||
}
|
||||
|
||||
static XP_Bool
|
||||
|
|
Loading…
Reference in a new issue