Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -942,7 +942,7 @@ static void RunVehicleDayProc()
|
||||
|
||||
void CallVehicleTicks()
|
||||
{
|
||||
_vehicles_to_autoreplace.Clear();
|
||||
_vehicles_to_autoreplace.clear();
|
||||
|
||||
RunVehicleDayProc();
|
||||
|
||||
|
Reference in New Issue
Block a user