aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/maketext.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-25 10:48:13 -0400
committerMatthew Hoops2011-05-25 10:50:47 -0400
commit28301e2bd1ff9b6da313cd212b0e2695f201c85e (patch)
tree6601ec05a2dcf61e0e60a7d39e252cbac5c4496c /engines/sword2/maketext.h
parente18401a07c7defe7a461d2a78150748ca7833474 (diff)
downloadscummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.gz
scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.bz2
scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.zip
ALL: analyse -> analyze
Diffstat (limited to 'engines/sword2/maketext.h')
-rw-r--r--engines/sword2/maketext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/maketext.h b/engines/sword2/maketext.h
index db5833ac55..726c23a5f9 100644
--- a/engines/sword2/maketext.h
+++ b/engines/sword2/maketext.h
@@ -91,7 +91,7 @@ private:
// each line - negative for overlap
uint8 _borderPen; // output pen color of character borders
- uint16 analyseSentence(byte *sentence, uint16 maxWidth, uint32 fontRes, LineInfo *line);
+ uint16 analyzeSentence(byte *sentence, uint16 maxWidth, uint32 fontRes, LineInfo *line);
byte *buildTextSprite(byte *sentence, uint32 fontRes, uint8 pen, LineInfo *line, uint16 noOfLines);
uint16 charWidth(byte ch, uint32 fontRes);
uint16 charHeight(uint32 fontRes);