aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-09-20 23:40:55 +0000
committerMax Horn2002-09-20 23:40:55 +0000
commitb91da0e29f4fbe2d9873a4f45e532af46d1c2b8e (patch)
tree4a9d87b6c8cb647cbcab1d3538a3c3cc3df3e74e /scumm/scumm.h
parent1917ea9a774880510d23ff053a476ea65d02eb5f (diff)
downloadscummvm-rg350-b91da0e29f4fbe2d9873a4f45e532af46d1c2b8e.tar.gz
scummvm-rg350-b91da0e29f4fbe2d9873a4f45e532af46d1c2b8e.tar.bz2
scummvm-rg350-b91da0e29f4fbe2d9873a4f45e532af46d1c2b8e.zip
Patch #612277: text rendering crash + spacing issue
svn-id: r4983
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 1b2342bf04..70fbea7751 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -220,7 +220,7 @@ struct CharsetRenderer {
void drawBits();
void printChar(int chr);
void printCharOld(int chr);
- int getSpacing(char chr, byte *charset);
+ int getSpacing(byte chr, byte *charset);
int getStringWidth(int a, byte *str, int pos);
void addLinebreaks(int a, byte *str, int pos, int maxwidth);
};