Skip to content

Commit

Permalink
This was of course supposed to mean rainstatus. Me so stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
farthen committed Nov 6, 2013
1 parent 0e1e9ff commit edbde75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rain.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function tickTimer() {
} else {
rainTime--;
if (rainTime <= 0) {
rainTime = rainstatus == 1 ? 0 : 1;
rainstatus = rainstatus == 1 ? 0 : 1;
};
};

Expand Down

0 comments on commit edbde75

Please sign in to comment.