Do not update viewport signs when running headlessly
This commit is contained in:
@@ -236,6 +236,7 @@ static inline RailType UpdateRailType(RailType rt, RailType min)
|
||||
*/
|
||||
void UpdateAllVirtCoords()
|
||||
{
|
||||
if (IsHeadless()) return;
|
||||
UpdateAllStationVirtCoords();
|
||||
UpdateAllSignVirtCoords();
|
||||
UpdateAllTownVirtCoords();
|
||||
|
Reference in New Issue
Block a user