diff options
Diffstat (limited to 'src/game/BattleGroundNA.h')
-rw-r--r-- | src/game/BattleGroundNA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundNA.h b/src/game/BattleGroundNA.h index 45dc9efec31..f31555d65f9 100644 --- a/src/game/BattleGroundNA.h +++ b/src/game/BattleGroundNA.h @@ -58,7 +58,7 @@ class BattleGroundNA : public BattleGround public: BattleGroundNA(); ~BattleGroundNA(); - void Update(time_t diff); + void Update(uint32 diff); /* inherited from BattlegroundClass */ virtual void AddPlayer(Player *plr); |