diff options
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index d16bd6474..cba86bd79 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -52,8 +52,8 @@ struct Stat final }; typedef std::map<int, int> IntMap; -typedef std::map<Attributes, int> AtrIntMap; -typedef std::map<Attributes, Stat> StatMap; +typedef std::map<AttributesT, int> AtrIntMap; +typedef std::map<AttributesT, Stat> StatMap; /** * Backend for core player information. |