forked from mirror/OpenTTD
(svn r1402) Trim trailing whitespace
This commit is contained in:
@@ -68,7 +68,7 @@ static int GetCurRes()
|
||||
static inline bool RoadVehiclesAreBuilt(void)
|
||||
{
|
||||
Vehicle *v;
|
||||
FOR_ALL_VEHICLES(v) {
|
||||
FOR_ALL_VEHICLES(v) {
|
||||
if (v->type == VEH_Road) return true;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user