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 9979c5a8e..d772f6fea 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -296,6 +296,7 @@ struct mmo_charstatus { struct hotkey hotkeys[MAX_HOTKEYS]; #endif bool show_equip; + short rename; }; typedef enum mail_status { |