strings.h
changeset 2087 bedb167de57b
parent 2063 95259a31ceb5
child 2186 461a2aff3486
--- a/strings.h	Sun Jul 17 09:41:28 2005 +0000
+++ b/strings.h	Sun Jul 17 10:18:23 2005 +0000
@@ -10,7 +10,7 @@
 }
 
 char *GetString(char *buffr, uint16 string);
-char *GetStringWithArgs(char *buffr, uint16 string, const int32 *argv);
+char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
 
 void InjectDParam(int amount);
 int32 GetParamInt32(void);