mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
This commit is contained in:
parent
29d0c68bb0
commit
8852d63711
@ -801,7 +801,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
||||
/* We have to restore the original offset here to to read the correct values. */
|
||||
args->offset = orig_offset;
|
||||
}
|
||||
WChar b;
|
||||
WChar b = '\0';
|
||||
uint next_substr_case_index = 0;
|
||||
char *buf_start = buff;
|
||||
std::stack<const char *> str_stack;
|
||||
|
Loading…
Reference in New Issue
Block a user