From 4e45ec34bb37eb515480cfc42dce7d7380a5e235 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 23 Apr 2008 04:35:32 +0000 Subject: * Script parse errors displayed with one ShowError instead of several ShowMessage's. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12637 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 7f07185a8..981c5b985 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -118,8 +118,7 @@ enum script_parse_options { }; const char* skip_space(const char* p); -const char* script_print_line(const char* p, const char* mark, int line); -void script_error(const char *src,const char *file,int start_line, const char *error_msg, const char *error_pos); +void script_error(const char* src, const char* file, int start_line, const char* error_msg, const char* error_pos); struct script_code* parse_script(const char* src,const char* file,int line,int options); void run_script_sub(struct script_code *rootscript,int pos,int rid,int oid, char* file, int lineno); -- cgit v1.2.3-60-g2f50