SCRIPT_ONLY:make --Exit-- selectable so you can't accidentally power off
This commit is contained in:
@@ -560,6 +560,9 @@ ParserRet_t parseScript(char* in, u32 len) {
|
||||
vecAdd(&staticVariableHolder, a);
|
||||
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
|
||||
op.variable = reference;
|
||||
vecAdd(&lastFunc->operations, op);
|
||||
op.token = EquationSeperator;
|
||||
op.lineNumber = lineNumber;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user