mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
Codechange: Use STR_NULL (or {}) instead of literal 0. (#13222)
This commit is contained in:
@@ -3051,7 +3051,7 @@ struct CustomCurrencyWindow : Window {
|
||||
{
|
||||
int line = 0;
|
||||
int len = 0;
|
||||
StringID str = 0;
|
||||
StringID str = STR_NULL;
|
||||
CharSetFilter afilter = CS_ALPHANUMERAL;
|
||||
|
||||
switch (widget) {
|
||||
|
||||
Reference in New Issue
Block a user