Add dummy Face implementation for now (Bug #1541)

This commit is contained in:
scrawl 2014-06-24 15:09:13 +02:00
parent 36132e054a
commit b52977e44c
4 changed files with 19 additions and 1 deletions

View file

@ -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);
}
}