forked from teamnwah/openmw-tes3coop
Handle the "GetLOS" alias for GetLineOfSight
This commit is contained in:
parent
58dce88c7d
commit
9f5ff033d7
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ namespace Compiler
|
|||
extensions.registerFunction ("getflee", 'l', "", opcodeGetFlee, opcodeGetFleeExplicit);
|
||||
extensions.registerFunction ("getalarm", 'l', "", opcodeGetAlarm, opcodeGetAlarmExplicit);
|
||||
extensions.registerFunction ("getlineofsight", 'l', "c", opcodeGetLineOfSight, opcodeGetLineOfSightExplicit);
|
||||
extensions.registerFunction ("getlos", 'l', "c", opcodeGetLineOfSight, opcodeGetLineOfSightExplicit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue