diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/account.h b/src/account.h index 494c25a2..dfa6eba5 100644 --- a/src/account.h +++ b/src/account.h @@ -118,11 +118,10 @@ class account_t : public scope_t struct xdata_t : public supports_flags<> { -#define ACCOUNT_EXT_TO_DISPLAY 0x01 -#define ACCOUNT_EXT_DISPLAYED 0x02 -#define ACCOUNT_EXT_SORT_CALC 0x04 -#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x08 -#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x10 +#define ACCOUNT_EXT_DISPLAYED 0x01 +#define ACCOUNT_EXT_SORT_CALC 0x02 +#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x04 +#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x08 value_t value; value_t total; |