1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 21:09:41 +00:00

remove false positive

This commit is contained in:
Evil Eye 2020-03-29 22:40:22 +02:00
parent d6d8ed2137
commit 15a95add08

View file

@ -33,7 +33,7 @@ namespace Compiler
{ {
extensions.registerInstruction ("aiactivate", "c/l", opcodeAIActivate, extensions.registerInstruction ("aiactivate", "c/l", opcodeAIActivate,
opcodeAIActivateExplicit); opcodeAIActivateExplicit);
extensions.registerInstruction ("aitravel", "fff/zx", opcodeAiTravel, extensions.registerInstruction ("aitravel", "fff/lx", opcodeAiTravel,
opcodeAiTravelExplicit); opcodeAiTravelExplicit);
extensions.registerInstruction ("aiescort", "cffff/l", opcodeAiEscort, extensions.registerInstruction ("aiescort", "cffff/l", opcodeAiEscort,
opcodeAiEscortExplicit); opcodeAiEscortExplicit);