Typo in r9b698bb399. Can this finally be over with? I'm being messy.

--HG--
branch : trunk
This commit is contained in:
Liberate
2010-08-28 16:10:07 +02:00
parent 5433b99279
commit d91ec9d8dc

View File

@@ -771,7 +771,7 @@ void ArenaTeam::MemberWon(Player * plr, uint32 againstMatchmakerRating)
// calculate the rating modification
int32 mod;
if (itr->personal_rating < 1000)
mod = (int32)ceil(48.0f * (1.0f - chance) * (1.0f - chance));
mod = (int32)ceil(48.0f * (1.0f - chance));
else if (itr->personal_rating < 1300)
mod = (int32)ceil((24.0f + (24.0f * (1300 - m_stats.rating) / 300)) * (1.0f - chance));
else