|
|
|
@ -239,7 +239,7 @@ namespace MWRender
|
|
|
|
|
mAnimation->play(mCurrentAnimGroup, 1, Animation::Group_All, false, 1.0f, "start", "stop", 0.0f, 0);
|
|
|
|
|
|
|
|
|
|
MWWorld::ContainerStoreIterator torch = inv.getSlot(MWWorld::InventoryStore::Slot_CarriedLeft);
|
|
|
|
|
if(torch != inv.end() && torch->getTypeName() == typeid(ESM::Light).name())
|
|
|
|
|
if(torch != inv.end() && torch->getTypeName() == typeid(ESM::Light).name() && showCarriedLeft)
|
|
|
|
|
{
|
|
|
|
|
if(!mAnimation->getInfo("torch"))
|
|
|
|
|
mAnimation->play("torch", 2, MWRender::Animation::Group_LeftArm, false,
|
|
|
|
|