mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
remove unused var
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user