forked from mirror/openmw-tes3mp
Fix typo in script opcode (Fixes #3583)
This commit is contained in:
parent
97cd8c21e4
commit
0c981b6fe5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace Compiler
|
|||
extensions.registerFunction ("getaipackagedone", 'l', "", opcodeGetAiPackageDone,
|
||||
opcodeGetAiPackageDoneExplicit);
|
||||
extensions.registerFunction ("getcurrentaipackage", 'l', "", opcodeGetCurrentAiPackage,
|
||||
opcodeGetAiPackageDoneExplicit);
|
||||
opcodeGetCurrentAiPackageExplicit);
|
||||
extensions.registerFunction ("getdetected", 'l', "c", opcodeGetDetected,
|
||||
opcodeGetDetectedExplicit);
|
||||
extensions.registerInstruction ("sethello", "l", opcodeSetHello, opcodeSetHelloExplicit);
|
||||
|
|
Loading…
Reference in a new issue