diff options
author | megamage <none@none> | 2009-03-09 17:41:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-09 17:41:50 -0600 |
commit | 1131953fa1a9e892bdd30621ce0cf8d0bb740b60 (patch) | |
tree | f05a470754703abc7961fbc70c1e3d34a450d8b0 /src/shared/Log.h | |
parent | 1da3df743299aadf9c1db1018372652b85c277c9 (diff) |
[7418] Implement new log filter LogFilter_AchievementUpdates that let avoid achievments updates spam in logs if not needed. Author: VladimirMangos
Enabled by default.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Log.h')
-rw-r--r-- | src/shared/Log.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Log.h b/src/shared/Log.h index b4344eac262..6913cc3c12c 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -31,7 +31,8 @@ enum LogFilters { LOG_FILTER_TRANSPORT_MOVES = 1, LOG_FILTER_CREATURE_MOVES = 2, - LOG_FILTER_VISIBILITY_CHANGES = 4 + LOG_FILTER_VISIBILITY_CHANGES = 4, + LOG_FILTER_ACHIEVEMENT_UPDATES= 8 }; enum Color |