aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-05 02:21:19 +0000
committerRobert Göffringmann2003-07-05 02:21:19 +0000
commit989d67951c9171a77043244d0dccc768bcf84a78 (patch)
tree1755042e76dd3813460abff8892eea2b430e1070 /sky/text.h
parent37bc0550007d29303db24b7bc2d7e754b81629c5 (diff)
downloadscummvm-rg350-989d67951c9171a77043244d0dccc768bcf84a78.tar.gz
scummvm-rg350-989d67951c9171a77043244d0dccc768bcf84a78.tar.bz2
scummvm-rg350-989d67951c9171a77043244d0dccc768bcf84a78.zip
corrected all huffman trees and moved them out of text.cpp
svn-id: r8755
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sky/text.h b/sky/text.h
index 9213974596..3cda7b3544 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -63,7 +63,7 @@ protected:
uint8 *addr;
uint32 charHeight;
uint32 charSpacing;
- } _mainCharacterSet, _linkCharacterSet, _controlCharacterSet;
+ } _mainCharacterSet, _linkCharacterSet, _controlCharacterSet;
uint32 _curCharSet;
uint8 *_characterSet;
@@ -86,6 +86,15 @@ protected:
bool _dtCentre; //set for centre text
uint32 _lowTextWidth, _mouseOfsX, _mouseOfsY;
+ static const HuffTree _huffTree_00267[]; // trees moved to hufftext.cpp
+ static const HuffTree _huffTree_00288[];
+ static const HuffTree _huffTree_00303[];
+ static const HuffTree _huffTree_00331[];
+ static const HuffTree _huffTree_00348[];
+ static const HuffTree _huffTree_00365[];
+ static const HuffTree _huffTree_00368[];
+ static const HuffTree _huffTree_00372[];
+
public:
uint32 _dtLetters; //no of chars in message
};