diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:22:18 +0300 |
commit | fed37f530d063cbce6a9bba7f1a878c42e10367e (patch) | |
tree | bb0e3566e390634becf38b2c8eda22ef25e02016 /src/being/playerinfo.h | |
parent | 5eeb34b86751fff15a59702ce13a772bd39fd338 (diff) | |
download | plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.gz plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.bz2 plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.tar.xz plus-fed37f530d063cbce6a9bba7f1a878c42e10367e.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 4 |
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; |