From 57dc2067c122a2345d8aad39a06e724644c07ad0 Mon Sep 17 00:00:00 2001 From: David Eriksson Date: Sat, 18 Oct 2003 14:01:43 +0000 Subject: Special actions for cdint.cut svn-id: r10895 --- queen/display.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'queen/display.h') diff --git a/queen/display.h b/queen/display.h index eb0cea71b9..ee707b8d1b 100644 --- a/queen/display.h +++ b/queen/display.h @@ -86,9 +86,9 @@ public: void textDraw(uint16 x, uint16 y, uint8 color, const char *text, bool outlined = true); uint16 textWidth(const char *text) const; - void horizontalScrollUpdate(uint16 xCamera); // calc_screen_scroll - void horizontalScroll(uint16 scroll); - uint16 horizontalScroll() const { return _horizontalScroll; } + void horizontalScrollUpdate(int16 xCamera); // calc_screen_scroll + void horizontalScroll(int16 scroll); + int16 horizontalScroll() const { return _horizontalScroll; } bool fullscreen() const { return _fullscreen; } -- cgit v1.2.3