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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/robot.h b/engines/sci/graphics/robot.h
index c1c57a4596..fc5f498862 100644
--- a/engines/sci/graphics/robot.h
+++ b/engines/sci/graphics/robot.h
@@ -44,7 +44,7 @@ private:
byte *assembleVideoFrame(int frame);
void getFrameDimensions(int frame, int &width, int &height);
void getFrameRect(int frame, Common::Rect &rect); // Not sure what to use this for yet
- float getFrameScaleFactor(int frame); // Scale factor?? More like custom height, but why use a percentage for it?
+ int getFrameScale(int frame); // Scale factor (multiplied by 100). More like custom height, but why use a percentage for it?
ResourceManager *_resMan;
GfxScreen *_screen;