aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundAA.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundAA.h')
-rw-r--r--src/game/BattleGroundAA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAA.h b/src/game/BattleGroundAA.h
index edddc110600..955b74fd2f0 100644
--- a/src/game/BattleGroundAA.h
+++ b/src/game/BattleGroundAA.h
@@ -37,7 +37,7 @@ class BattleGroundAA : public BattleGround
public:
BattleGroundAA();
~BattleGroundAA();
- void Update(time_t diff);
+ void Update(uint32 diff);
/* inherited from BattlegroundClass */
virtual void AddPlayer(Player *plr);