summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index 5b512eb05..0372bafc4 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -44,6 +44,8 @@
*/
struct Stat final
{
+ A_DEFAULT_COPY(Stat)
+
int base;
int mod;
int exp;
@@ -65,6 +67,8 @@ struct PlayerInfoBackend final
{
}
+ A_DEFAULT_COPY(PlayerInfoBackend)
+
AtrIntMap mAttributes;
StatMap mStats;
IntMap mSkills;