File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/station_gui.cpp
Show inline comments
 
@@ -223,7 +223,7 @@ protected:
 
	{
 
		if (!this->stations.NeedRebuild()) return;
 

	
 
		DEBUG(misc, 3, "Building station list for company %d", owner);
 
		Debug(misc, 3, "Building station list for company {}", owner);
 

	
 
		this->stations.clear();
 

	
 
@@ -662,7 +662,7 @@ public:
 
	void OnGameTick() override
 
	{
 
		if (this->stations.NeedResort()) {
 
			DEBUG(misc, 3, "Periodic rebuild station list company %d", this->window_number);
 
			Debug(misc, 3, "Periodic rebuild station list company {}", this->window_number);
 
			this->SetDirty();
 
		}
 
	}