From ecfcf11c054bb7acea59f6ce0f98f35a16615a3c Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 29 Mar 2019 02:08:16 +1100 Subject: [PATCH] [client] main: fix errornous double keybind registration --- VERSION | 2 +- client/src/main.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4bf8d9f1..6d2efeab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-125-gc4001c727a+1 \ No newline at end of file +a12-126-g30ea57c644+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 0f170003..84a328d2 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1962,7 +1962,6 @@ int main(int argc, char * argv[]) SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1"); } - register_key_binds(); const int ret = run(); release_key_binds();