Codechange: Replace vehicle related FOR_ALL with range-based for loops
This commit is contained in:
@@ -319,6 +319,4 @@ protected: // These functions should not be called outside acceleration code.
|
||||
}
|
||||
};
|
||||
|
||||
#define FOR_ALL_ROADVEHICLES(var) FOR_ALL_VEHICLES_OF_TYPE(RoadVehicle, var)
|
||||
|
||||
#endif /* ROADVEH_H */
|
||||
|
Reference in New Issue
Block a user