mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 07:06:46 +00:00
Fixed an additional 0 being sent into the AIWander idle parameters vector (Thanks to Chris)
This commit is contained in:
parent
e2620a1edf
commit
4d10a1c407
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ namespace MWScript
|
||||||
runtime.pop();
|
runtime.pop();
|
||||||
|
|
||||||
std::vector<int> idleList;
|
std::vector<int> idleList;
|
||||||
idleList.push_back (0); // why MW, why?
|
|
||||||
|
|
||||||
for (int i=2; i<10 && arg0; ++i)
|
for (int i=2; i<10 && arg0; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue