mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 06:15:32 +00:00
Ignore any fourth AITravel argument for now
This commit is contained in:
parent
256050376c
commit
f984f61055
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Compiler
|
|||
{
|
||||
extensions.registerInstruction ("aiactivate", "c/l", opcodeAIActivate,
|
||||
opcodeAIActivateExplicit);
|
||||
extensions.registerInstruction ("aitravel", "fff/lx", opcodeAiTravel,
|
||||
extensions.registerInstruction ("aitravel", "fff/zx", opcodeAiTravel,
|
||||
opcodeAiTravelExplicit);
|
||||
extensions.registerInstruction ("aiescort", "cffff/l", opcodeAiEscort,
|
||||
opcodeAiEscortExplicit);
|
||||
|
|
Loading…
Reference in a new issue