summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 7235675..032bf92 100644
--- a/src/input.c
+++ b/src/input.c
@@ -3,7 +3,7 @@
static const unsigned int keys[6] = {LZYK_LEFT, LZYK_RIGHT, LZYK_UP,
LZYK_DOWN, LZYK_O, LZYK_X};
-static int states[6] = {0};
+static int states[6] = {};
void input_update(void)
{