diff options
Diffstat (limited to 'engines/tinsel/text.cpp')
-rw-r--r-- | engines/tinsel/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/text.cpp b/engines/tinsel/text.cpp index b074c17308..ecb1e153f3 100644 --- a/engines/tinsel/text.cpp +++ b/engines/tinsel/text.cpp @@ -104,7 +104,7 @@ int JustifyText(char *szStr, int xPos, const FONT *pFont, int mode) { * @param mode Mode flags for the string * @param sleepTime Sleep time between each character (if non-zero) */ -OBJECT *ObjectTextOut(OBJECT *pList, char *szStr, int color, +OBJECT *ObjectTextOut(OBJECT **pList, char *szStr, int color, int xPos, int yPos, SCNHANDLE hFont, int mode, int sleepTime) { int xJustify; // x position of text after justification int yOffset; // offset to next line of text |