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