File diff r23519:04e2cd195801 → r23520:20bbc807b0eb
src/train_cmd.cpp
Show inline comments
 
@@ -833,7 +833,7 @@ static void MakeTrainBackup(TrainList &l
 
static void RestoreTrainBackup(TrainList &list)
 
{
 
	/* No train, nothing to do. */
 
	if (list.Length() == 0) return;
 
	if (list.size() == 0) return;
 

	
 
	Train *prev = NULL;
 
	/* Iterate over the list and rebuild it. */