(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be

integral to strings.c
This commit is contained in:
Darkvater
2006-08-27 10:04:33 +00:00
parent 5dec21ff0f
commit 2f6a4bc1a9
6 changed files with 14 additions and 20 deletions

View File

@@ -12,7 +12,6 @@ static inline char* InlineString(char* buf, uint16 string)
}
char *GetString(char *buffr, uint16 string);
char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
extern char _userstring[128];