1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +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,
opcodeAIActivateExplicit);
extensions.registerInstruction ("aitravel", "fff/zx", opcodeAiTravel,
extensions.registerInstruction ("aitravel", "fff/lx", opcodeAiTravel,
opcodeAiTravelExplicit);
extensions.registerInstruction ("aiescort", "cffff/l", opcodeAiEscort,
opcodeAiEscortExplicit);