diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/gomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c index ec992361..b18fe5d0 100644 --- a/mbbsd/gomo.c +++ b/mbbsd/gomo.c @@ -408,7 +408,7 @@ gomo_gameend(ChessInfo* info, ChessGameResult result) currutmp->five_tie++; } - gomo_usr_put(&cuser, user1); + gomoku_usr_put(&cuser, user1); passwd_update(usernum, &cuser); } else if (info->mode == CHESS_MODE_REPLAY) { |