From 72b3638138a43387cf29500ad1a9a7c74f148034 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Mon, 21 Apr 2003 15:26:13 +0000 Subject: fixed compiler warning svn-id: r7066 --- sky/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky/text.h') 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(); -- cgit v1.2.3