aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/gfx_line.cpp')
-rw-r--r--engines/sci/gfx/gfx_line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gfx/gfx_line.cpp b/engines/sci/gfx/gfx_line.cpp
index 79bb79cef2..e38e7696e5 100644
--- a/engines/sci/gfx/gfx_line.cpp
+++ b/engines/sci/gfx/gfx_line.cpp
@@ -43,7 +43,7 @@
static inline
-void DRAWLINE_FUNC(byte *buffer, int linewidth, point_t start, point_t end, unsigned int color) {
+void DRAWLINE_FUNC(byte *buffer, int linewidth, Common::Point start, Common::Point end, unsigned int color) {
int dx, dy, incrE, incrNE, d, finalx, finaly;
int x = start.x;
int y = start.y;