From 933937cd047439a1ca713c089cdd29f4bcef54c6 Mon Sep 17 00:00:00 2001 From: ApoC Date: Tue, 27 Jan 2009 14:59:40 +0100 Subject: [PATCH] [7194] Reorganized order. Signed-off-by: ApoC --- src/game/GridNotifiers.cpp | 6 +++--- src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index e449e7d30..fc1bc3f88 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -197,9 +197,6 @@ ObjectUpdater::Visit(GridRefManager &m) } } -template void ObjectUpdater::Visit(GameObjectMapType &); -template void ObjectUpdater::Visit(DynamicObjectMapType &); - bool CannibalizeObjectCheck::operator()(Corpse* u) { // ignore bones @@ -216,3 +213,6 @@ bool CannibalizeObjectCheck::operator()(Corpse* u) return false; } + +template void ObjectUpdater::Visit(GameObjectMapType &); +template void ObjectUpdater::Visit(DynamicObjectMapType &); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 60e27b254..f2e3c0e71 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 "7193" + #define REVISION_NR "7194" #endif // __REVISION_NR_H__ -- 2.11.4.GIT