mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 12:15:36 +00:00
allow additional numeric argument for AiFollow and ignore it
This commit is contained in:
parent
bfb0e62c4a
commit
b1b0877122
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace Compiler
|
||||||
opcodeAiEscortCellExplicit);
|
opcodeAiEscortCellExplicit);
|
||||||
extensions.registerInstruction ("aiwander", "fff/llllllllll", opcodeAiWander,
|
extensions.registerInstruction ("aiwander", "fff/llllllllll", opcodeAiWander,
|
||||||
opcodeAiWanderExplicit);
|
opcodeAiWanderExplicit);
|
||||||
extensions.registerInstruction ("aifollow", "cffff/l", opcodeAiFollow,
|
extensions.registerInstruction ("aifollow", "cffff/ll", opcodeAiFollow,
|
||||||
opcodeAiFollowExplicit);
|
opcodeAiFollowExplicit);
|
||||||
extensions.registerInstruction ("aifollowcell", "ccffff/l", opcodeAiFollowCell,
|
extensions.registerInstruction ("aifollowcell", "ccffff/l", opcodeAiFollowCell,
|
||||||
opcodeAiFollowCellExplicit);
|
opcodeAiFollowCellExplicit);
|
||||||
|
|
Loading…
Reference in a new issue