summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-06 17:07:43 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:39:20 -0400
commit2d43e09399fa0f8134465d540b4513e695b92e56 (patch)
treef5efd77052511f0a9f99b573dbde7ffb49aa3d23 /src/map/pc.h
parent61ff15329be3636a6bb878a4039c76d9ad00b344 (diff)
downloadhercules-2d43e09399fa0f8134465d540b4513e695b92e56.tar.gz
hercules-2d43e09399fa0f8134465d540b4513e695b92e56.tar.bz2
hercules-2d43e09399fa0f8134465d540b4513e695b92e56.tar.xz
hercules-2d43e09399fa0f8134465d540b4513e695b92e56.zip
Fixed Bug #7328
Special Thanks to Joseph / j-tkay ! http://hercules.ws/board/tracker/issue-7328-close-and-end/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 5207c4c34..5d7386575 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -174,6 +174,7 @@ struct map_session_data {
unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not.
unsigned int warping : 1;//states whether you're in the middle of a warp processing
unsigned int permanent_speed : 1; // When 1, speed cannot be changed through status_calc_pc().
+ unsigned int dialog : 1;
} state;
struct {
unsigned char no_weapon_damage, no_magic_damage, no_misc_damage;
@@ -420,7 +421,7 @@ struct map_session_data {
struct{
int m; //-1 - none, other: map index corresponding to map name.
unsigned short index; //map index
- }feel_map[3];// 0 - Sun; 1 - Moon; 2 - Stars
+ } feel_map[3];// 0 - Sun; 1 - Moon; 2 - Stars
short hate_mob[3];
int pvp_timer;