diff options
Diffstat (limited to 'sword2/maketext.h')
-rw-r--r-- | sword2/maketext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/maketext.h b/sword2/maketext.h index edf57b46e2..c3dc1d4a34 100644 --- a/sword2/maketext.h +++ b/sword2/maketext.h @@ -91,8 +91,8 @@ private: byte *buildTextSprite(byte *sentence, uint32 fontRes, uint8 pen, LineInfo *line, uint16 noOfLines); uint16 charWidth(byte ch, uint32 fontRes); uint16 charHeight(uint32 fontRes); - FrameHeader* findChar(byte ch, byte *charSet); - void copyChar(FrameHeader *charPtr, byte *spritePtr, uint16 spriteWidth, uint8 pen); + byte *findChar(byte ch, byte *charSet); + void copyChar(byte *charPtr, byte *spritePtr, uint16 spriteWidth, uint8 pen); public: FontRenderer(Sword2Engine *vm) : _vm(vm) { |