Commit graph

2 commits

Author SHA1 Message Date
Michael Arnold
140541925e Changed final_score to match coding style.
Extremely insignificant change, I just noticed that final_score was set as:

final_score = final_score / fuzzies;

compared to: "final_score /= fuzzies;" which is how the rest of your syntax is written. 
(Ex: "+=" and "-=")
2014-06-14 15:43:59 -04:00
Nick Winter
6009df26de Ready for action, sir! 2014-01-03 10:32:13 -08:00