Fix compilation errors after the merge

This commit is contained in:
dP
2025-06-27 18:03:03 +05:00
parent f0f93c68ca
commit 0fe7c3635c
85 changed files with 1926 additions and 1971 deletions

View File

@@ -448,7 +448,7 @@ struct NewGRFInspectWindow : Window {
uint i = 0;
this->DrawString(r, i++, fmt::format("Industry type: {}", (int)((const Industry *)base)->type));
if (nif->variables.empty() {
if (nif->variables.empty()) {
this->DrawString(r, i++, "Variables:");
for (const NIVariable &niv : nif->variables) {
bool avail = true;