aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/sprites.h')
-rw-r--r--engines/xeen/sprites.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/sprites.h b/engines/xeen/sprites.h
index 17c745f26e..b61ec83cd6 100644
--- a/engines/xeen/sprites.h
+++ b/engines/xeen/sprites.h
@@ -66,7 +66,7 @@ private:
/**
* Draw a sprite frame based on a passed offset into the data stream
*/
- void drawOffset(XSurface &dest, uint16 offset, const Common::Point &pt,
+ void drawOffset(XSurface &dest, uint16 offset, const Common::Point &pt,
const Common::Rect &clipRect, int flags, int scale);
/**
@@ -99,7 +99,7 @@ public:
*/
void clear();
- void draw(XSurface &dest, int frame, const Common::Point &destPos,
+ void draw(XSurface &dest, int frame, const Common::Point &destPos,
int flags = 0, int scale = 0);
void draw(Window &dest, int frame, const Common::Point &destPos,