diff options
-rw-r--r-- | mbbsd/gomo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c index 86a03463..00d7c219 100644 --- a/mbbsd/gomo.c +++ b/mbbsd/gomo.c @@ -357,6 +357,7 @@ gomo_prepare_step(ChessInfo* info, const gomo_step_t* step) gomo_getstep(step, info->last_movestr); *(int*) info->tag = getstyle(info->board, step->loc.r, step->loc.c, step->color, step->color == BLK); + info->cursor = step->loc; } } |