formatting
This commit is contained in:
parent
d6cec62519
commit
5056e04c29
1 changed files with 8 additions and 8 deletions
|
@ -476,7 +476,7 @@ static void gamepad_restrict_player_axis_vals(GamepadAxis new_axis, int new_val)
|
|||
case -1: move = UP | RIGHT; break;
|
||||
case -2: move = UP | 0; break;
|
||||
case -3: move = UP | LEFT; break;
|
||||
case -4: case 4:move = LEFT | 0; break;
|
||||
case -4: case 4: move = 0 | LEFT; break;
|
||||
case 3: move = DOWN | LEFT; break;
|
||||
case 2: move = DOWN | 0; break;
|
||||
case 1: move = DOWN | RIGHT; break;
|
||||
|
|
Loading…
Reference in a new issue