Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Typo in 'goUp' logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sgricci committed Mar 28, 2012
1 parent 3b9498e commit 116f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ define(['jquery', 'app'], function($, App) {
game.makePlayerGoRight();
break;
case Types.Keys.UP:
game.makePlayerGoDown();
game.makePlayerGoUp();
break;
case Types.Keys.DOWN:
game.makePlayerGoDown();
Expand Down

0 comments on commit 116f805

Please sign in to comment.