mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 01:45:36 +00:00
fixed AiWander arguments
This commit is contained in:
parent
9835c6df11
commit
af191c7382
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ namespace MWScript
|
||||||
|
|
||||||
for (int i=2; i<10 && arg0; ++i)
|
for (int i=2; i<10 && arg0; ++i)
|
||||||
{
|
{
|
||||||
Interpreter::Type_Integer idleValue = runtime[0].mFloat;
|
Interpreter::Type_Integer idleValue = runtime[0].mInteger;
|
||||||
idleList.push_back(idleValue);
|
idleList.push_back(idleValue);
|
||||||
runtime.pop();
|
runtime.pop();
|
||||||
--arg0;
|
--arg0;
|
||||||
|
|
Loading…
Reference in a new issue