summaryrefslogtreecommitdiffstats
path: root/mbbsd/gomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gomo.c')
-rw-r--r--mbbsd/gomo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c
index c78c5e49..3d2539e6 100644
--- a/mbbsd/gomo.c
+++ b/mbbsd/gomo.c
@@ -350,6 +350,7 @@ gomoku(int fd)
int scr_need_redraw;
char ku[BRDSIZ][BRDSIZ];
char genbuf[200];
+ userec_t xuser;
HO_init(ku, pool);
me = !(my->turn) + 1;
@@ -392,7 +393,7 @@ gomoku(int fd)
draw_photo = 1;
}
- getuser(my->mateid);
+ getuser(my->mateid, &xuser);
if (draw_photo) {
int line;
FILE* fp;