forked from mirror/OpenTTD
(svn r15316) -Fix [NoAI]: ignore unprintable chars when returning a string to squirrel
This commit is contained in:
@@ -95,7 +95,7 @@ char *CDECL str_fmt(const char *str, ...);
|
||||
|
||||
/** Scans the string for valid characters and if it finds invalid ones,
|
||||
* replaces them with a question mark '?' */
|
||||
void str_validate(char *str, bool allow_newlines = false);
|
||||
void str_validate(char *str, bool allow_newlines = false, bool ignore = false);
|
||||
|
||||
/** Scans the string for colour codes and strips them */
|
||||
void str_strip_colours(char *str);
|
||||
|
Reference in New Issue
Block a user