mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Feature #391 Dummy AI package classes
This commit is contained in:
parent
99ddc63e2c
commit
bed0280ba1
1 changed files with 1 additions and 3 deletions
|
@ -41,7 +41,5 @@ int MWMechanics::AiWander::getIdle(int index) const
|
|||
{
|
||||
if(index < 0 || (uint)index > mIdle.size())
|
||||
return -1;
|
||||
int temp;
|
||||
temp = mIdle.at(index);
|
||||
return temp;
|
||||
return mIdle.at(index);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue