Jump to content
  • 0
Sign in to follow this  
ralph00

Compiling Error

Question

So I added this 

Everything is fine and all but I'm getting this error on compiling. Anybody know how to fix it?

 

 

status.c:13697:29: note: expected ‘struct block_list *’ but argument is of type ‘int16’ {aka ‘short int’} status.c:13697:7: error: too few arguments to function ‘path->search’ 13697 | if (path->search(NULL, src->m, src->x, src->y, bl->x, bl->y, 1, CELL_CHKNOREACH) && distance_xy(src->x, src->y, bl->x, bl->y) < 11)

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.