From d706d8e4c0fdcda0c3644fe8e8d266031b22c67a Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 6 Feb 2007 14:42:05 +0000 Subject: Implemented vertical scrolling svn-id: r25401 --- engines/gob/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/util.h') diff --git a/engines/gob/util.h b/engines/gob/util.h index 8f4d6867c6..de9e6224b9 100644 --- a/engines/gob/util.h +++ b/engines/gob/util.h @@ -84,7 +84,7 @@ public: static void prepareStr(char *str); void waitMouseRelease(char drawMouse); void forceMouseUp(void); - void setScrollOffset(int16 scrollOffset); + void setScrollOffset(int16 x = -1, int16 y = -1); static const char trStr1[]; static const char trStr2[]; -- cgit v1.2.3