From 5ca28ad695d818b92f4039a599b1cbd36d14b748 Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 16 Aug 2005 00:02:20 +0000 Subject: Move cursor to center of the play board in gomoku at the begining of the game. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3041 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/gomo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mbbsd/gomo.c') 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++; -- cgit v1.2.3