forked from mirror/OpenTTD
(svn r6139) -Codechange: strings are StringID. This should be changed in strings.h as well, but you would need to include openttd.h and that opens a whole new can of worms.
This commit is contained in:
@@ -12,7 +12,7 @@ static inline char* InlineString(char* buf, uint16 string)
|
||||
}
|
||||
|
||||
char *GetString(char *buffr, uint16 string);
|
||||
char *GetStringWithArgs(char *buffr, uint string, const int32 *argv);
|
||||
char *GetStringWithArgs(char *buffr, uint16 string, const int32 *argv);
|
||||
|
||||
extern char _userstring[128];
|
||||
|
||||
|
Reference in New Issue
Block a user