1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-26 21:54:22 +01:00

Codefix: typos in variable/constant/function names

This commit is contained in:
Rubidium
2025-08-31 09:26:41 +02:00
committed by rubidium42
parent da8422a656
commit 4fb749886a
6 changed files with 23 additions and 23 deletions

View File

@@ -115,7 +115,7 @@ Station::~Station()
}
lg->RemoveNode(this->goods[cargo].node);
if (lg->Size() == 0) {
LinkGraphSchedule::instance.Unqueue(lg);
LinkGraphSchedule::instance.Dequeue(lg);
delete lg;
}
}