Skip to content

Commit

Permalink
fix type initialization oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2017
1 parent bb64dbd commit 27fcc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ XNode* ScoresAtRate::CreateNode(const int& rate) const {
if (o->ChildrenEmpty())
return o;

float oops = rate;
int oops = rate;
if (oops > 30000)
oops /= 10;

Expand Down

0 comments on commit 27fcc2b

Please sign in to comment.