Fixes proc arguments

This commit is contained in:
Firecage
2015-07-15 23:52:35 +02:00
parent 6a0faa4ff6
commit 4688c2c969
832 changed files with 3721 additions and 3664 deletions

View File

@@ -331,6 +331,6 @@
See Also:
- <ParseExpression()>
*/
ParseParamExpression(var/check_functions = 0)
ParseParamExpression(check_functions = 0)
var/cf = check_functions
return ParseExpression(list(",", ")"), check_functions = cf)