Skip to content
Snippets Groups Projects
Commit 5280176c authored by echicken's avatar echicken
Browse files

Removed KEY_JUMP case from Sprite.Aerial.getcmd.

parent 73dc953c
No related branches found
No related tags found
No related merge requests found
......@@ -631,9 +631,6 @@ Sprite.Aerial = function(fileName, parentFrame, x, y, bearing, position) {
this.ini.speed = this.ini.speed + this.ini.speedstep;
}
break;
case KEY_JUMP:
this.jump();
break;
case KEY_WEAPON:
this.putWeapon();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment