mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Add dummy Face implementation for now (Bug #1541)
This commit is contained in:
parent
36132e054a
commit
b52977e44c
4 changed files with 19 additions and 1 deletions
|
@ -70,6 +70,7 @@ namespace Compiler
|
|||
extensions.registerFunction ("getlineofsight", 'l', "c", opcodeGetLineOfSight, opcodeGetLineOfSightExplicit);
|
||||
extensions.registerFunction ("getlos", 'l', "c", opcodeGetLineOfSight, opcodeGetLineOfSightExplicit);
|
||||
extensions.registerFunction("gettarget", 'l', "c", opcodeGetTarget, opcodeGetTargetExplicit);
|
||||
extensions.registerInstruction("face", "llX", opcodeFace, opcodeFaceExplicit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue