aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/champion.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:50:13 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit89473344d872962dc4ac2c828f6a1c7dfc17867d (patch)
treec292b8be17226428feebdae32b767285efec8e48 /engines/dm/champion.h
parent92a3ccb4a7d1eafb16ae5f469c271f277d1261a3 (diff)
downloadscummvm-rg350-89473344d872962dc4ac2c828f6a1c7dfc17867d.tar.gz
scummvm-rg350-89473344d872962dc4ac2c828f6a1c7dfc17867d.tar.bz2
scummvm-rg350-89473344d872962dc4ac2c828f6a1c7dfc17867d.zip
DM: Fix several bugs realted to dungeon thing management and item handling
Diffstat (limited to 'engines/dm/champion.h')
-rw-r--r--engines/dm/champion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/champion.h b/engines/dm/champion.h
index a17f92ee2b..2dc4579ee4 100644
--- a/engines/dm/champion.h
+++ b/engines/dm/champion.h
@@ -386,7 +386,7 @@ public:
int16 _water;
uint16 _load;
int16 _shieldDefense;
- byte _portrait[464]; // 32 x 29 pixel portrait
+ byte _portrait[928]; // 32 x 29 pixel portrait
Thing &getSlot(ChampionSlot slot) { return _slots[slot]; }
void setSlot(ChampionSlot slot, Thing val) { _slots[slot] = val; }