diff options
author | megamage <none@none> | 2009-03-02 16:53:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-02 16:53:50 -0600 |
commit | b1677c901d8d45e60947e30ff98d7ac5d01bd685 (patch) | |
tree | 8fb93b82b46007f092525e0551a5fb9adce66d36 /src/game/BattleGroundWS.h | |
parent | 61b999fd3a70eff6ccf3d460534c21ba3a3f9408 (diff) |
[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGroundWS.h')
-rw-r--r-- | src/game/BattleGroundWS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h index 732c078d2f3..d52a0117fb5 100644 --- a/src/game/BattleGroundWS.h +++ b/src/game/BattleGroundWS.h @@ -24,8 +24,8 @@ #include "BattleGround.h" #define BG_WS_MAX_TEAM_SCORE 3 -#define BG_WS_FLAG_RESPAWN_TIME 23000 -#define BG_WS_FLAG_DROP_TIME 10000 +#define BG_WS_FLAG_RESPAWN_TIME (23*IN_MILISECONDS) +#define BG_WS_FLAG_DROP_TIME (10*IN_MILISECONDS) enum BG_WS_Sound { |