Handle the "GetLOS" alias for GetLineOfSight

This commit is contained in:
scrawl 2013-11-25 14:06:59 +01:00
parent 58dce88c7d
commit 9f5ff033d7

View file

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