diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-28 14:19:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-28 14:19:51 +0000 |
commit | 5b756ab22876fccebbee146eae41152a9dff700f (patch) | |
tree | ebba87072d53c821ebef149a37796a248cf1fe21 /src/map/map.h | |
parent | c09e5d1fee813fd746fc0d2b7f9f24b2fc5e7e0d (diff) | |
download | hercules-5b756ab22876fccebbee146eae41152a9dff700f.tar.gz hercules-5b756ab22876fccebbee146eae41152a9dff700f.tar.bz2 hercules-5b756ab22876fccebbee146eae41152a9dff700f.tar.xz hercules-5b756ab22876fccebbee146eae41152a9dff700f.zip |
- Added a debug function to locate all "looping warps"
- Some cleanup of the skill-use functions in clif.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5787 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/map.h b/src/map/map.h index a410870d9..9a75028ef 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -776,10 +776,6 @@ struct npc_data { short flag;
unsigned int next_walktime;
- struct { // [Valaris]
- unsigned state : 8;
- } state;
-
char eventqueue[MAX_EVENTQUEUE][50];
int eventtimer[MAX_EVENTTIMER];
short arenaflag;
|