mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 18:39:40 +00:00
Don't warn twice when unable to play an idle animation
This commit is contained in:
parent
61c3835637
commit
6fce49bfb5
1 changed files with 0 additions and 1 deletions
|
@ -407,7 +407,6 @@ namespace MWMechanics
|
||||||
{
|
{
|
||||||
if(!playIdle(actor, idleAnimation))
|
if(!playIdle(actor, idleAnimation))
|
||||||
{
|
{
|
||||||
std::cerr<< "Unable to play idle animation "<<idleAnimation<<" for " << actor.getCellRef().getRefId() << std::endl;
|
|
||||||
storage.mBadIdles.push_back(idleAnimation);
|
storage.mBadIdles.push_back(idleAnimation);
|
||||||
storage.mState = Wander_ChooseAction;
|
storage.mState = Wander_ChooseAction;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue