summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chess.c')
-rw-r--r--mbbsd/chess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c
index 26f82354..8606d652 100644
--- a/mbbsd/chess.c
+++ b/mbbsd/chess.c
@@ -859,6 +859,7 @@ ChessWatchRequest(int sig)
if (sock < 0)
return;
+ assert(CurrentPlayingGameInfo);
node = ChessBroadcastListInsert(&CurrentPlayingGameInfo->broadcast_list);
node->sock = sock;