aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/text.h
diff options
context:
space:
mode:
authorChristoph Mallon2011-05-18 14:40:49 +0200
committerMax Horn2011-05-18 15:30:23 +0200
commitf143668db4b0bb1efee9e97fc3b764cb90489c3a (patch)
tree7467107d0cd5cb4d5f76d9d69044740d47657985 /engines/tinsel/text.h
parent9c01c385124e80cce56504b57d5fc17b863ee601 (diff)
downloadscummvm-rg350-f143668db4b0bb1efee9e97fc3b764cb90489c3a.tar.gz
scummvm-rg350-f143668db4b0bb1efee9e97fc3b764cb90489c3a.tar.bz2
scummvm-rg350-f143668db4b0bb1efee9e97fc3b764cb90489c3a.zip
TINSEL: Correctly handle the pDispList OBJECT linked lists, i.e. use OBJECT** for a pointer to the head.
Signed-off-by: Max Horn <max@quendi.de>
Diffstat (limited to 'engines/tinsel/text.h')
-rw-r--r--engines/tinsel/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/text.h b/engines/tinsel/text.h
index fadb677911..4c80300c46 100644
--- a/engines/tinsel/text.h
+++ b/engines/tinsel/text.h
@@ -95,7 +95,7 @@ struct TEXTOUT {
* @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 = 0);
OBJECT *ObjectTextOutIndirect( // output a string of text