From 12a3a08f01c1b48a1b58ba0edeaa6a9fb2c1ab77 Mon Sep 17 00:00:00 2001 From: LordJZ Date: Sun, 12 Aug 2012 00:55:27 +0200 Subject: [PATCH] [0066] Fix a bad override, blame VC for this Signed-off-by: Schmoozerd --- src/game/CreatureAIRegistry.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/CreatureAIRegistry.h b/src/game/CreatureAIRegistry.h index fbff134f6..65f46b6ca 100644 --- a/src/game/CreatureAIRegistry.h +++ b/src/game/CreatureAIRegistry.h @@ -23,4 +23,5 @@ namespace AIRegistry { void Initialize(void); } + #endif diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d8d4aa597..81ad956a3 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 "0065" + #define REVISION_NR "0066" #endif // __REVISION_NR_H__