From 93fc55c09a8d056a1b9b54d7a04603f6ba24420f Mon Sep 17 00:00:00 2001 From: scw Date: Wed, 2 Feb 2005 07:18:24 +0000 Subject: Chess country plan showing problem. Display country plan on query also when viewing elo grade. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2451 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/user.c') diff --git a/mbbsd/user.c b/mbbsd/user.c index 07abb4d4..c375032f 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -859,7 +859,7 @@ showplans(char *uid) /* ´Ñ°ê°êÀ² */ setapath(genbuf, bcache[kingdom_bid - 1].brdname); strlcat(genbuf, "/chess_ensign", sizeof(genbuf)); - show_file(genbuf, 13, 9, ONLY_COLOR); + show_file(genbuf, 13, 10, ONLY_COLOR); return; } } -- cgit v1.2.3