aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/labfun.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/labfun.h')
-rw-r--r--engines/lab/labfun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/labfun.h b/engines/lab/labfun.h
index 6f304d0f9b..bb2ddf81e6 100644
--- a/engines/lab/labfun.h
+++ b/engines/lab/labfun.h
@@ -92,7 +92,7 @@ byte *readPictToMem(const char *filename, uint16 x, uint16 y);
/* Window text stuff */
uint32 flowText(void *font, /* the TextAttr pointer */
- uint16 spacing, /* How much vertical spacing between the lines */
+ int16 spacing, /* How much vertical spacing between the lines */
uint16 pencolor, /* pen number to use for text */
uint16 backpen, /* the background color */
bool fillback, /* Whether to fill the background */
@@ -103,7 +103,7 @@ uint32 flowText(void *font, /* the TextAttr pointer */
uint16 y1, uint16 x2, uint16 y2, const char *text); /* The text itself */
uint32 flowTextToMem(Image *DestIm, void *font, /* the TextAttr pointer */
- uint16 spacing, /* How much vertical spacing between the lines */
+ int16 spacing, /* How much vertical spacing between the lines */
uint16 pencolor, /* pen number to use for text */
uint16 backpen, /* the background color */
bool fillback, /* Whether to fill the background */