diff --git a/src/main.c b/src/main.c index eed1e87..fc187ae 100644 --- a/src/main.c +++ b/src/main.c @@ -62,11 +62,8 @@ int main(int argc, char** argv) { // input. input_init(); - input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_UP, 0); input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_w, 0); - input_setKeybind("left", KEYBIND_KEYBOARD, SDLK_LEFT, 0); input_setKeybind("left", KEYBIND_KEYBOARD, SDLK_a, 0); - input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_RIGHT, 0); input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_d, 0); // Use Lua to parse configuration file.