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__