aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
authorJoost Peters2003-04-21 15:26:13 +0000
committerJoost Peters2003-04-21 15:26:13 +0000
commit72b3638138a43387cf29500ad1a9a7c74f148034 (patch)
tree56562be4c3e265171b9a4784132fcbeec89b5dfb /sky/text.h
parentd836216a71bdd00e15f2f5788d1b8a9502c3f8fb (diff)
downloadscummvm-rg350-72b3638138a43387cf29500ad1a9a7c74f148034.tar.gz
scummvm-rg350-72b3638138a43387cf29500ad1a9a7c74f148034.tar.bz2
scummvm-rg350-72b3638138a43387cf29500ad1a9a7c74f148034.zip
fixed compiler warning
svn-id: r7066
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/text.h b/sky/text.h
index 4be27c4237..4d4860feb3 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -30,7 +30,7 @@ public:
void getText(uint32 textNr, void **itemList, uint16 language);
void displayText(uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
void displayText(char *textPtr, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
- void makeGameCharacter(char textChar, uint8 *charSet, uint8 *&data, uint8 color);
+ void makeGameCharacter(char textChar, uint8 *charSetPtr, uint8 *&data, uint8 color);
protected:
bool getTBit();