1
0
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:
Peter Nelson
2025-01-01 20:17:20 +00:00
committed by GitHub
parent e9e603b4fd
commit 448d6ede4a
6 changed files with 10 additions and 10 deletions

View File

@@ -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) {