aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pregame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pregame.c b/pregame.c
index 4582f21..4412e68 100644
--- a/pregame.c
+++ b/pregame.c
@@ -27,7 +27,7 @@ void pregame_refresh(int* data, int cursor)
int* pregame()
{
- static int ret[8];
+ static int ret[8] = {0, 1, 1, 1, 1, 1, 1, 1};
ret[7] = 3;
int cursor = 0;
int pregaming = 1;
bgstack15