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/shared/Common.h | |
parent | 61b999fd3a70eff6ccf3d460534c21ba3a3f9408 (diff) |
[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index d1bbb5e4e01..abe804bb3a4 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -164,6 +164,7 @@ enum TimeConstants HOUR = MINUTE*60, DAY = HOUR*24, MONTH = DAY*30, + YEAR = MONTH*12, IN_MILISECONDS = 1000 }; |