summaryrefslogtreecommitdiffstats
path: root/mbbsd/dark.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/dark.c')
-rw-r--r--mbbsd/dark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/dark.c b/mbbsd/dark.c
index 475fc302..f19184dc 100644
--- a/mbbsd/dark.c
+++ b/mbbsd/dark.c
@@ -466,7 +466,7 @@ main_dark(int fd, userinfo_t * uin)
}
}
if (currutmp->turn == 1) {
- sint go_on;
+ sint go_on = 0;
if (uin->turn == 'g') {
dd.cont = 1;
uin->turn = (currutmp->turn) ? 0 : 1;