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