summaryrefslogtreecommitdiffstats
path: root/mbbsd/gomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gomo.c')
-rw-r--r--mbbsd/gomo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c
index 0caa7c4d..ec992361 100644
--- a/mbbsd/gomo.c
+++ b/mbbsd/gomo.c
@@ -408,9 +408,7 @@ gomo_gameend(ChessInfo* info, ChessGameResult result)
currutmp->five_tie++;
}
- cuser.five_win = user1->win;
- cuser.five_lose = user1->lose;
- cuser.five_tie = user1->tie;
+ gomo_usr_put(&cuser, user1);
passwd_update(usernum, &cuser);
} else if (info->mode == CHESS_MODE_REPLAY) {