aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/font.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-27 19:50:48 -0400
committerPaul Gilbert2016-07-10 16:12:07 -0400
commita2f933a80e5e830cdbcbb530f334c41725ee87b2 (patch)
treeec23dffabdf9dcc01914cdd42016a07c0ab9d279 /engines/titanic/support/font.h
parentd6b104d5a3e4ad7baebee8504ed60537a35a429e (diff)
downloadscummvm-rg350-a2f933a80e5e830cdbcbb530f334c41725ee87b2.tar.gz
scummvm-rg350-a2f933a80e5e830cdbcbb530f334c41725ee87b2.tar.bz2
scummvm-rg350-a2f933a80e5e830cdbcbb530f334c41725ee87b2.zip
TITANIC: Minor fleshing out on font drawing
Diffstat (limited to 'engines/titanic/support/font.h')
-rw-r--r--engines/titanic/support/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/font.h b/engines/titanic/support/font.h
index f2d7c471d9..75c91f3d36 100644
--- a/engines/titanic/support/font.h
+++ b/engines/titanic/support/font.h
@@ -89,7 +89,7 @@ public:
* Write a string to the specified surface
*/
int writeString(CVideoSurface *surface, const Rect &rect1, const Rect &destRect,
- int val1, const CString &str, CTextCursor *textCursor);
+ int yOffset, const CString &str, CTextCursor *textCursor);
/**
* Get the text area a string will fit into