1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 06:06:42 +00:00

allow additional numeric argument for AiFollow and ignore it

This commit is contained in:
Marc Zinnschlag 2014-02-12 09:14:32 +01:00
parent bfb0e62c4a
commit b1b0877122

View file

@ -41,7 +41,7 @@ namespace Compiler
opcodeAiEscortCellExplicit);
extensions.registerInstruction ("aiwander", "fff/llllllllll", opcodeAiWander,
opcodeAiWanderExplicit);
extensions.registerInstruction ("aifollow", "cffff/l", opcodeAiFollow,
extensions.registerInstruction ("aifollow", "cffff/ll", opcodeAiFollow,
opcodeAiFollowExplicit);
extensions.registerInstruction ("aifollowcell", "ccffff/l", opcodeAiFollowCell,
opcodeAiFollowCellExplicit);