mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r2041) -Fix: not all vehicles did get a day_proc call (because of rounding errors)
This commit is contained in:
@@ -423,8 +423,7 @@ static void FixOldVehicles(void)
|
||||
}
|
||||
}
|
||||
|
||||
if (_vehicle_id_ctr_day > GetVehiclePoolSize())
|
||||
_vehicle_id_ctr_day = 0;
|
||||
_vehicle_id_ctr_day = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user