(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc

This commit is contained in:
Darkvater
2006-08-26 20:54:30 +00:00
parent 7f84bcc917
commit ea0fbc1118
2 changed files with 3 additions and 3 deletions

View File

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