From 0d927f6c8909ac36faa7c659a6a88d31b07a74a2 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sat, 12 Dec 2009 03:53:02 +0300 Subject: [PATCH] [8973] Clarify ICON_POI_* changes from 2.4.3 in comment. --- src/game/GossipDef.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/GossipDef.h b/src/game/GossipDef.h index 1cb39b7d0..36c443565 100644 --- a/src/game/GossipDef.h +++ b/src/game/GossipDef.h @@ -70,7 +70,7 @@ enum GossipOptionIcon //POI icons. Many more exist, list not complete. enum Poi_Icon { - ICON_POI_BLANK = 0, // Blank (not visible) + ICON_POI_BLANK = 0, // Blank (not visible), in 2.4.3 have value 15 with 1..15 values in 0..14 range ICON_POI_GREY_AV_MINE = 1, // Grey mine lorry ICON_POI_RED_AV_MINE = 2, // Red mine lorry ICON_POI_BLUE_AV_MINE = 3, // Blue mine lorry diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8a459bc3e..484ab59e1 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8972" + #define REVISION_NR "8973" #endif // __REVISION_NR_H__