diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index 2fec7d960..8e6630adc 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -47,6 +47,13 @@ typedef std::map<int, Stat> StatMap; */ struct PlayerInfoBackend final { + PlayerInfoBackend() : + mAttributes(), + mStats(), + mSkills() + { + } + IntMap mAttributes; StatMap mStats; IntMap mSkills; |