diff options
Diffstat (limited to 'mbbsd/gomo.c')
-rw-r--r-- | mbbsd/gomo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c index 6c08565f..0e30bd88 100644 --- a/mbbsd/gomo.c +++ b/mbbsd/gomo.c @@ -447,6 +447,9 @@ gomoku(int s, ChessGameMode mode) info->board = board; info->tag = &tag; + info->cursor.r = 7; + info->cursor.c = 7; + if (info->mode == CHESS_MODE_VERSUS) { /* Assume that info->user1 is me. */ info->user1.lose++; |