aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/character.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-22 18:31:18 -0400
committerPaul Gilbert2018-03-22 18:31:18 -0400
commitd725d78ec5e58d84433634ce1d6171c722df46bc (patch)
tree93995c7717f5a071d1cf9c421ad77f0ad1089e00 /engines/xeen/character.cpp
parentd623ec2c38e62567525cc84554a3fd7c4e3bfef4 (diff)
downloadscummvm-rg350-d725d78ec5e58d84433634ce1d6171c722df46bc.tar.gz
scummvm-rg350-d725d78ec5e58d84433634ce1d6171c722df46bc.tar.bz2
scummvm-rg350-d725d78ec5e58d84433634ce1d6171c722df46bc.zip
XEEN: Fix implementation of breakAllItems
Diffstat (limited to 'engines/xeen/character.cpp')
-rw-r--r--engines/xeen/character.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/xeen/character.cpp b/engines/xeen/character.cpp
index ba81852c50..47d43d806f 100644
--- a/engines/xeen/character.cpp
+++ b/engines/xeen/character.cpp
@@ -38,8 +38,7 @@ void AttributePair::synchronize(Common::Serializer &s) {
/*------------------------------------------------------------------------*/
Character::Character():
- _weapons(this), _armor(this), _accessories(this), _misc(this),
- _items(_weapons, _armor, _accessories, _misc) {
+ _weapons(this), _armor(this), _accessories(this), _misc(this), _items(this) {
clear();
_faceSprites = nullptr;
_rosterId = -1;