From 81b0693fe117080673fb252f297b14e61a550e5d Mon Sep 17 00:00:00 2001 From: zephyrus Date: Thu, 29 May 2008 13:07:54 +0000 Subject: - 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 --- src/map/npc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/npc.h') 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 { -- cgit v1.2.3-70-g09d2