TBTR: Whitespace fix

This commit is contained in:
Jonathan G Rennison 2018-01-19 19:12:11 +00:00
parent cfa8ed747e
commit 5b226adc75

View File

@ -89,7 +89,7 @@ void AfterLoadTemplateVehicles()
FOR_ALL_TEMPLATES(tv) {
/* Reinstate the previous pointer */
if (tv->next != NULL) tv->next->previous = tv;
tv->first =NULL;
tv->first = NULL;
}
FOR_ALL_TEMPLATES(tv) {
/* Fill the first pointers */