diff options
Diffstat (limited to 'pregame.c')
-rw-r--r-- | pregame.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |