diff --git a/src/interface/window.h b/src/interface/window.h index 6e1d617eec..1ec2837736 100644 --- a/src/interface/window.h +++ b/src/interface/window.h @@ -92,14 +92,14 @@ typedef struct { */ typedef struct { uint16 flags; // 0x00 - sint16 h_left; // 0x02 - sint16 h_right; // 0x04 - sint16 h_thumb_left; // 0x06 - sint16 h_thumb_right; // 0x08 - sint16 v_top; // 0x0A - sint16 v_bottom; // 0x0C - sint16 v_thumb_top; // 0x0E - sint16 v_thumb_bottom; // 0x10 + sint32 h_left; // 0x02 + sint32 h_right; // 0x04 + sint32 h_thumb_left; // 0x06 + sint32 h_thumb_right; // 0x08 + sint32 v_top; // 0x0A + sint32 v_bottom; // 0x0C + sint32 v_thumb_top; // 0x0E + sint32 v_thumb_bottom; // 0x10 } rct_scroll; /**