Input: Fix default key bindings

This commit is contained in:
Jonas Kulla 2013-11-30 11:45:17 +01:00
parent 210dcbbc3d
commit 0038d27c11
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ static const KbBindingData defaultKbBindings[] =
{ SDL_SCANCODE_C, Input::C },
{ SDL_SCANCODE_V, Input::None },
{ SDL_SCANCODE_B, Input::None },
{ SDL_SCANCODE_S, Input::X },
{ SDL_SCANCODE_A, Input::Y },
{ SDL_SCANCODE_A, Input::X },
{ SDL_SCANCODE_S, Input::Y },
{ SDL_SCANCODE_D, Input::Z },
{ SDL_SCANCODE_Q, Input::L },
{ SDL_SCANCODE_W, Input::R }