remove unused var

This commit is contained in:
DarthArgus
2016-03-24 16:39:57 +00:00
parent 63494a4dec
commit 1e2bf250f9
@@ -680,7 +680,6 @@ void CombatEngine::alter(TangibleObject & object)
if (object.isAuthoritative())
{
// if the object is a creature, get it's attributes
Attributes::Value currentAttribs[Attributes::NumberOfAttributes];
CreatureObject * const critter = object.asCreatureObject ();
if (critter != nullptr)
{