Pārlūkot izejas kodu

Compile error fix ^^

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1329 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 20 gadi atpakaļ
vecāks
revīzija
7e1c16d221
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/map/script.c

+ 1 - 1
src/map/script.c

@@ -62,7 +62,7 @@ static struct str_data_struct {
 	int str;
 	int backpatch;
 	int label;
-	int (*func)(script_state *);
+	int (*func)(struct script_state *);
 	int val;
 	int next;
 } *str_data;