From 84785ca7132b08ff5bb6568a3e62a96c58df7ef4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 17 Feb 2006 03:37:23 +0000 Subject: - Now you can't close-confine and already confined mob. - mysql/my_global.h now includes winnt.h under Windows systems... - Updated SC_CLOSECONFINE to store the skill lv in val1 and the amount of locked targets in val2 - Some cleanup of status.c to use StatusSkillChangeTable where appropiate. - Removed the check that prevented mobs from walking into a basilica. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5303 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/mysql/my_global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mysql') diff --git a/src/mysql/my_global.h b/src/mysql/my_global.h index 1e2191b51..10d667b95 100644 --- a/src/mysql/my_global.h +++ b/src/mysql/my_global.h @@ -501,6 +501,7 @@ typedef float pfloat; /* Mixed prototypes can take float */ //...but what do we do about Win9X ones? [Skotlex] //typedef int pchar; /* Mixed prototypes can't take char */ //typedef uint puchar; /* Mixed prototypes can't take char */ +#include typedef int pbool; /* Mixed prototypes can't take char */ typedef int pshort; /* Mixed prototypes can't take short int */ typedef double pfloat; /* Mixed prototypes can't take float */ -- cgit v1.2.3-60-g2f50