summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index e7f6996f..68c0abdc 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -1,4 +1,4 @@
-/* $Id: var.c,v 1.14 2002/11/07 09:13:24 in2 Exp $ */
+/* $Id: var.c,v 1.15 2002/12/31 17:40:52 in2 Exp $ */
#define INCLUDE_VAR_H
#include "bbs.h"
@@ -344,7 +344,8 @@ int chc_hiswin, chc_hislose, chc_histie;
/* screen.c */
screenline_t *big_picture = NULL;
-unsigned char scr_lns, scr_cols;
+unsigned char scr_lns;
+unsigned short scr_cols;
char roll;
/* gomo.c */