diff --git a/src/saveload/tbtr_template_veh_sl.cpp b/src/saveload/tbtr_template_veh_sl.cpp index cfc1b55dff..d8c74f4f4e 100644 --- a/src/saveload/tbtr_template_veh_sl.cpp +++ b/src/saveload/tbtr_template_veh_sl.cpp @@ -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 */