Change how LSLCalc is handled.

Instead of using an option in the command line, use a global in lslcommon, settable by the main program (only the main LSLCalc program, which differs from LSL-PyOptimizer's main, changes it).
This commit is contained in:
Sei Lisa 2016-12-20 21:25:33 +01:00
parent 1b6777e47b
commit 7c2c09188d
3 changed files with 9 additions and 7 deletions

View file

@ -46,4 +46,7 @@ Bugs = set([6495])
# of how LSO's behaviour differs from Mono's in the fine details.
LSO = False
# Set to True by lslcalc's main
IsCalc = False
DataPath = ''