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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user