aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 68c2c9c055..56469d70a9 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -117,7 +117,7 @@ public:
bool drawToBackBuf;
bool talking;
int8 layer;
- uint16 sound[8];
+ uint16 sound[32];
CostumeData cost;
protected:
byte palette[256];