Skip to content

Commit

Permalink
Merge pull request basicallydan#7 from basicallydan/master
Browse files Browse the repository at this point in the history
Update to the latest code..
  • Loading branch information
basicallydan committed Feb 13, 2013
2 parents 46dec29 + a306e5d commit 107f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/skier.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Sprite = require('./Sprite');
};

that.cycle = function () {
if (!that.hasBeenHit) {
if (that.isMoving) {
pixelsTravelled += that.speed;
}

Expand Down

0 comments on commit 107f806

Please sign in to comment.