[Remove] Who the hell uses arrow keys for movement these days anyway?!

This commit is contained in:
Allanis 2013-02-02 21:56:04 +00:00
parent 066d4871cc
commit bf4b1fb02a

View File

@ -62,11 +62,8 @@ int main(int argc, char** argv) {
// input. // input.
input_init(); input_init();
input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_UP, 0);
input_setKeybind("accel", KEYBIND_KEYBOARD, SDLK_w, 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("left", KEYBIND_KEYBOARD, SDLK_a, 0);
input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_RIGHT, 0);
input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_d, 0); input_setKeybind("right", KEYBIND_KEYBOARD, SDLK_d, 0);
// Use Lua to parse configuration file. // Use Lua to parse configuration file.