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:
parent
d6d8ed2137
commit
15a95add08
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user