mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
TBTR: Whitespace fix
This commit is contained in:
parent
cfa8ed747e
commit
5b226adc75
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user