[7194] Reorganized order.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-01-27 14:59:40 +01:00
parent ff1e2bb9fd
commit 700fb25407
2 changed files with 4 additions and 4 deletions

View file

@ -197,9 +197,6 @@ ObjectUpdater::Visit(GridRefManager<T> &m)
}
}
template void ObjectUpdater::Visit<GameObject>(GameObjectMapType &);
template void ObjectUpdater::Visit<DynamicObject>(DynamicObjectMapType &);
bool CannibalizeObjectCheck::operator()(Corpse* u)
{
// ignore bones
@ -216,3 +213,6 @@ bool CannibalizeObjectCheck::operator()(Corpse* u)
return false;
}
template void ObjectUpdater::Visit<GameObject>(GameObjectMapType &);
template void ObjectUpdater::Visit<DynamicObject>(DynamicObjectMapType &);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7193"
#define REVISION_NR "7194"
#endif // __REVISION_NR_H__