aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2bf5781..174781e 100644
--- a/main.c
+++ b/main.c
@@ -34,7 +34,7 @@ void haltError(char *message, int num)
exit(1);
}
-static int ais[7] = {1, 1, 1, 1, 1, 1, 1};
+static int ais[7] = {0, 1, 1, 1, 1, 1, 1};
main_routine()
{
bgstack15