Fixed ByRef number and string arguments with defined types

This commit is contained in:
n00b87
2024-04-21 19:06:42 -05:00
parent ad9134e932
commit c99b8f0b01
6 changed files with 246 additions and 26 deletions

View File

@@ -524,6 +524,8 @@ bool rc_eval(string line)
ERROR_MSG = "";
clearRegs();
clearTokens();
byref_type_exception.clear();
if(line.compare("#var")==0)
{
output_vars();