diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 09:12:18 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 09:12:18 +0000 |
commit | f696203915ea32a66903822258b2dfbc93ced3ad (patch) | |
tree | 109fa62eed2becc88139ad147c45052c6eadfd01 /src/common/mmo.h | |
parent | 6bea9425104111de541f32d08bc84807773d1017 (diff) | |
download | hercules-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.h | 1 |
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 { |