From c2006cba2be4ba0588186a2f5f61cc7f73392b2b Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 3 Oct 2006 16:19:14 +0000 Subject: - Reverted declaration of run_script to normal since it appears there's no longer any memory leaks related to it. - Returned the MAX_PC_BONUS value to 10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8928 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 9970937a5..9fcd2f739 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -63,8 +63,7 @@ struct script_state { struct script_code* parse_script(unsigned char *,const char*,int); void run_script_sub(struct script_code *rootscript,int pos,int rid,int oid, char* file, int lineno); -//void run_script(struct script_code*,int,int,int); -#define run_script(sc,pos,rid,oid) run_script_sub(sc,pos,rid,oid,__FILE__,__LINE__) +void run_script(struct script_code*,int,int,int); int set_var(struct map_session_data *sd, char *name, void *val); int conv_num(struct script_state *st,struct script_data *data); -- cgit v1.2.3-60-g2f50