diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 05fe5b72..fed652bb 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1179,6 +1179,7 @@ New() int stat0 = currstat; class_bid = 0; + init_brdbuf(); choose_board(1); currutmp->mode = mode0; currstat = stat0; |