* Fixed a tiny compile warning in npc.c [Codemaster]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@710 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
codemaster 2004-12-21 21:07:44 +00:00
parent e8e06ecda3
commit 127bbb3dee

View File

@ -1586,7 +1586,7 @@ static int npc_parse_script(char *w1,char *w2,char *w3,char *w4,char *first_line
{
int x,y,dir=0,m,xs=0,ys=0,class=0; // [Valaris] thanks to fov
char mapname[24];
char *srcbuf=NULL,*script;
char *srcbuf=NULL,*script=NULL;
int srcsize=65536;
int startline=0;
char line[1024];