summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-29 13:07:54 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-29 13:07:54 +0000
commit81b0693fe117080673fb252f297b14e61a550e5d (patch)
tree040aa71774b5b3e51de660bfab57afb03768c7e8 /src/map/npc.h
parent2d7d5b8c0f59c6641e4b452492438b3fc9c982fc (diff)
downloadhercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.gz
hercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.bz2
hercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.xz
hercules-81b0693fe117080673fb252f297b14e61a550e5d.zip
- Added support for NPC with different sizes (setnpcdisplay).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12744 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index f75ede9c5..984cb3127 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -36,6 +36,8 @@ struct npc_data {
int chat_id;
unsigned int next_walktime;
+ unsigned size : 2;
+
void* chatdb; // pointer to a npc_parse struct (see npc_chat.c)
enum npc_subtype subtype;
union {