Skip to content

Commit

Permalink
Remove a line on development code
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jan 30, 2016
1 parent 3e7052f commit b448315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ dboolean G_Responder(event_t *ev)
else if (key < NUMKEYS)
{
gamekeydown[key] = true;
C_ValidateInput(gamekeyaction[key]);
if (vibrate)
{
vibrate = false;
Expand Down

0 comments on commit b448315

Please sign in to comment.