diff options
author | maximius <none@none> | 2009-09-14 16:06:21 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-14 16:06:21 -0700 |
commit | 4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (patch) | |
tree | 52418d9fdb958c6ff4f2bffe2b58121e73807bc4 /src/game/BattleGround.cpp | |
parent | b37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff) |
*Use 4 spaces instead of tabs in .cpp and .h files
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r-- | src/game/BattleGround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 7163a9874f8..e11728b32d3 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1907,5 +1907,5 @@ bool BattleGround::IsTeamScoreInRange(uint32 team, uint32 minScore, uint32 maxSc { BattleGroundTeamId team_idx = GetTeamIndexByTeamId(team); uint32 score = (m_TeamScores[team_idx] < 0) ? 0 : uint32(m_TeamScores[team_idx]); - return score >= minScore && score <= maxScore; + return score >= minScore && score <= maxScore; } |