diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index 63612166a..ebfdba4c6 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -45,7 +45,7 @@ typedef std::map<int, Stat> StatMap; /** * Backend for core player information. */ -struct PlayerInfoBackend +struct PlayerInfoBackend final { IntMap mAttributes; StatMap mStats; @@ -58,7 +58,7 @@ class Item; /** * Special information storage structure. */ -struct Special +struct Special final { int currentMana; int neededMana; |