aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundAB.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-04-19 18:48:20 +0200
committerMachiavelli <none@none>2009-04-19 18:48:20 +0200
commit99fc17d44fec12f31c55efd6b3f60c011baeb88a (patch)
treea628622efa91e5e73a64fa1999b9031e186d2afc /src/game/BattleGroundAB.cpp
parent60736b1f7da05e5eee5100edc3e80fbb9e228495 (diff)
* Tabs to spaces cleanup
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGroundAB.cpp')
-rw-r--r--src/game/BattleGroundAB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAB.cpp b/src/game/BattleGroundAB.cpp
index 1cd5cfad420..bbaef37152f 100644
--- a/src/game/BattleGroundAB.cpp
+++ b/src/game/BattleGroundAB.cpp
@@ -195,7 +195,7 @@ void BattleGroundAB::Update(time_t diff)
{
m_lastTick[team] -= BG_AB_TickIntervals[points];
m_TeamScores[team] += BG_AB_TickPoints[points];
- m_score[team] = m_TeamScores[team];
+ m_score[team] = m_TeamScores[team];
m_HonorScoreTics[team] += BG_AB_TickPoints[points];
m_ReputationScoreTics[team] += BG_AB_TickPoints[points];
if( m_ReputationScoreTics[team] >= BG_AB_ReputationScoreTicks[m_HonorMode] )