Handle the "GetLOS" alias for GetLineOfSight

actorid
scrawl 11 years ago
parent 58dce88c7d
commit 9f5ff033d7

@ -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…
Cancel
Save