diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2021-03-06 06:36:07 -0300 |
---|---|---|
committer | LOuroboros <lunosouroboros@gmail.com> | 2021-03-06 06:36:07 -0300 |
commit | f6dd54feecd4ca778913a95e60fb70a9e96ec9b5 (patch) | |
tree | d781b4b738faba677ce4c4937f8e5a332fecddb5 | |
parent | ec8a0f086f63305d4b15d339f15ff86e1e4ee3c7 (diff) |
Small syntax correction
-rw-r--r-- | Better-White-Out-Money-Calculation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Better-White-Out-Money-Calculation.md b/Better-White-Out-Money-Calculation.md index 2f04015..b58be20 100644 --- a/Better-White-Out-Money-Calculation.md +++ b/Better-White-Out-Money-Calculation.md @@ -118,7 +118,7 @@ static void Cmd_getmoneyreward(void) + for (count = 0, i = 0; i < ARRAY_COUNT(sBadgeFlags); i++) + { + if (FlagGet(sBadgeFlags[i]) == TRUE) -+ ++count; ++ ++count; + } + money = sWhiteOutBadgeMoney[count] * gMaxPartyLevel; + RemoveMoney(&gSaveBlock1Ptr->money, money); |