diff options
| author | Christopher Page | 2008-06-11 17:36:21 +0000 |
|---|---|---|
| committer | Christopher Page | 2008-06-11 17:36:21 +0000 |
| commit | e86a422e252ade394ca796cae767c4d3221d3c4a (patch) | |
| tree | cce35a7a31f15119d531a91448a19029e0099b99 /engines/parallaction | |
| parent | 4fddafa3e6ef1c250804ea6ce9baaf2a911027e8 (diff) | |
| parent | 33fd755a0ebab6d3ca4e877b15c4d3d7d25877f9 (diff) | |
| download | scummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.tar.gz scummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.tar.bz2 scummvm-rg350-e86a422e252ade394ca796cae767c4d3221d3c4a.zip | |
Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-32639,32644-32646,32648-32666 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r32667
Diffstat (limited to 'engines/parallaction')
| -rw-r--r-- | engines/parallaction/font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/font.cpp b/engines/parallaction/font.cpp index bc67acf644..91848b30a4 100644 --- a/engines/parallaction/font.cpp +++ b/engines/parallaction/font.cpp @@ -96,7 +96,7 @@ public: return (uint16)_height; } - uint16 drawChar(char c) { + uint16 drawChar(unsigned char c) { assert(c < _numGlyphs); byte *src = _data + _offsets[c]; |
