forked from mirror/OpenTTD
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
This commit is contained in:
@@ -82,7 +82,7 @@ static inline bool RoadVehiclesAreBuilt()
|
||||
const Vehicle* v;
|
||||
|
||||
FOR_ALL_VEHICLES(v) {
|
||||
if (v->type == VEH_Road) return true;
|
||||
if (v->type == VEH_ROAD) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user