aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 8ac28ddd55..57b891fb99 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -47,6 +47,7 @@ class Bundle;
class ScummDebugger;
class Serializer;
struct FindObjectInRoom;
+class BaseCostumeRenderer;
typedef ScummVM::Map<ScummVM::String, int> ObjectIDMap;
@@ -419,6 +420,8 @@ protected:
int _numActors;
public:
int _numCostumes; // FIXME - should be protected, used by Actor::remapActorPalette
+
+ BaseCostumeRenderer* _bcr;
char *_audioNames;
int32 _numAudioNames;