aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 956041ce30..256356e902 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -74,6 +74,7 @@ public:
void costumeDecodeData(Actor *a, int frame, uint usemask);
byte increaseAnims(Actor *a);
+ int _maxHeight;
protected:
byte increaseAnim(Actor *a, int slot);
};