aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/gfx.h')
-rw-r--r--engines/sci/graphics/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/gfx.h b/engines/sci/graphics/gfx.h
index c6edd36ec8..4d9befd829 100644
--- a/engines/sci/graphics/gfx.h
+++ b/engines/sci/graphics/gfx.h
@@ -85,8 +85,8 @@ public:
void drawPicture(GuiResourceId pictureId, int16 animationNr, bool mirroredFlag, bool addToFlag, GuiResourceId paletteId);
void drawCel(GuiResourceId viewId, LoopNo loopNo, CelNo celNo, uint16 leftPos, uint16 topPos, byte priority, uint16 paletteNo, int16 origHeight = -1);
- void drawCel(GuiResourceId viewId, LoopNo loopNo, CelNo celNo, Common::Rect celRect, byte priority, uint16 paletteNo);
- void drawCel(View *view, LoopNo loopNo, CelNo celNo, Common::Rect celRect, byte priority, uint16 paletteNo);
+ void drawCel(GuiResourceId viewId, LoopNo loopNo, CelNo celNo, Common::Rect celRect, byte priority, uint16 paletteNo, int16 origHeight = -1);
+ void drawCel(View *view, LoopNo loopNo, CelNo celNo, Common::Rect celRect, byte priority, uint16 paletteNo, int16 origHeight = -1);
uint16 onControl(uint16 screenMask, Common::Rect rect);