summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-08 02:52:59 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-08 02:52:59 +0800
commit2017e981ca97528fee34398cdffcebb037a4d944 (patch)
tree0003c2c9f517f7d5543725b03632828b4a5a1853 /mbbsd/mbbsd.c
parent68b60cb8d7601ddafd322184a79cd3e4d11688dd (diff)
downloadpttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar.gz
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar.bz2
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar.lz
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar.xz
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.tar.zst
pttbbs-2017e981ca97528fee34398cdffcebb037a4d944.zip
fix last commit, forget to load rating into shm
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index ad35eef2..33277405 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -736,6 +736,7 @@ setup_utmp(int mode)
uinfo.chc_win = cuser.chc_win;
uinfo.chc_lose = cuser.chc_lose;
uinfo.chc_tie = cuser.chc_tie;
+ uinfo.chess_elo_rating = cuser.chess_elo_rating;
uinfo.invisible = cuser.invisible % 2;
uinfo.pager = cuser.pager % 5;
memcpy(uinfo.mind, cuser.mind, 4);