From 3f70b461e69db121ac04fc8bb28e097d73a27926 Mon Sep 17 00:00:00 2001 From: zergtmn Date: Tue, 19 Apr 2011 22:32:37 +0600 Subject: [PATCH] [11382] Fix no-pch compile --- src/game/GameObject.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/GameObject.h b/src/game/GameObject.h index 01791ab39..86298879e 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -582,6 +582,7 @@ enum LootState }; class Unit; +struct GameObjectDisplayInfoEntry; // 5 sec for bobber catch #define FISHING_BOBBER_READY_TIME 5 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 74ef789b4..cff7b74c9 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 "11381" + #define REVISION_NR "11382" #endif // __REVISION_NR_H__