summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-03-26 05:45:46 +0000
committerkdx <kdx.42@42l.fr>2023-03-26 05:45:46 +0000
commit20d86d093f1783a2a8135c27bcea5e41cce24bb5 (patch)
tree3d25fc33f1a14210bbed377272c73ea9a71094e9 /src/input.c
parentaed7f6fa32843256b20224d1ef9f9c2d003e0e58 (diff)
downloadhyperultra-20d86d093f1783a2a8135c27bcea5e41cce24bb5.tar.gz
entity init by name
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)
{