fix stupid typo that meant crosshairs started on top row was only

three cols wide at first.
This commit is contained in:
Andy2 2010-08-26 18:20:24 -07:00
parent 3dba8ba13b
commit d1f6057987

View file

@ -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