fixed problem when determining maximum word length in request text
[rocksndiamonds.git] / src / libgame / text.h
index 0a45204e1fc4fd441ca957d6c30f20daebf23437..cfc9e3f19f8c4feb78c50866b0d568a7f8278157 100644 (file)
@@ -89,7 +89,7 @@ int getTextWidth(char *, int);
 
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
 
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
-int maxWordLengthInString(char *);
+int maxWordLengthInRequestString(char *);
 
 void DrawInitText(char *, int, int);
 
 
 void DrawInitText(char *, int, int);