diff options
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 { |