(svn r12487) [NoAI] -Fix: the export script didn't properly determine the parameters of some functions. noai
authorrubidium
Sun, 30 Mar 2008 20:58:41 +0000
branchnoai
changeset 9828 38be66875b45
parent 9827 bd656aad4332
child 9829 80fbe02a4184
(svn r12487) [NoAI] -Fix: the export script didn't properly determine the parameters of some functions.
src/ai/api/squirrel_export.awk
--- a/src/ai/api/squirrel_export.awk	Sun Mar 30 15:08:30 2008 +0000
+++ b/src/ai/api/squirrel_export.awk	Sun Mar 30 20:58:41 2008 +0000
@@ -252,6 +252,7 @@
 	gsub("virtual", "", $0)
 	gsub("static", "", $0)
 	gsub("const", "", $0)
+	gsub("{.*", "", $0)
 	param_s = $0
 	gsub("\\*", "", $0)
 	gsub("\\(.*", "", $0)