From ca9eab23b34f2fe839aea1ef90673e1d3f73c533 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 23 Apr 2007 01:37:16 +0000 Subject: - Fixed a compilation problem with the pid plugin - Some minor cleanups git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10322 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 7ce91c4c5..89393627a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -229,12 +229,12 @@ enum { ELE_MAX }; -enum { +enum auto_trigger_flag { ATF_SELF=0x01, ATF_TARGET=0x02, ATF_SHORT=0x04, ATF_LONG=0x08 -} auto_trigger_flag; +}; struct block_list { struct block_list *next,*prev; -- cgit v1.2.3-60-g2f50