summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-27 09:12:18 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-27 09:12:18 +0000
commitf696203915ea32a66903822258b2dfbc93ced3ad (patch)
tree109fa62eed2becc88139ad147c45052c6eadfd01 /src/common/mmo.h
parent6bea9425104111de541f32d08bc84807773d1017 (diff)
downloadhercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.gz
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.bz2
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.tar.xz
hercules-f696203915ea32a66903822258b2dfbc93ced3ad.zip
Added support for the "view player equip" feature (see topic:174461)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12245 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 1d063eaa8..ead8c8379 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -237,6 +237,7 @@ struct mmo_charstatus {
#ifdef HOTKEY_SAVING
struct hotkey hotkeys[MAX_HOTKEYS];
#endif
+ bool show_equip;
};
enum mail_status {