aboutsummaryrefslogtreecommitdiff
path: root/queen/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/display.h')
-rw-r--r--queen/display.h6
1 files changed, 3 insertions, 3 deletions
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; }