aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/robot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/robot.h')
-rw-r--r--engines/sci/graphics/robot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/robot.h b/engines/sci/graphics/robot.h
index f26ea84ad3..e5e1fa991d 100644
--- a/engines/sci/graphics/robot.h
+++ b/engines/sci/graphics/robot.h
@@ -51,6 +51,7 @@ private:
void getFrameRect(int frame, Common::Rect &rect); // Not sure what to use this for yet
int getFrameScale(int frame); // Scale factor (multiplied by 100). More like custom height, but why use a percentage for it?
void setPalette();
+ void freeData();
ResourceManager *_resMan;
GfxScreen *_screen;